fix(polls) Fix CSS

This commit is contained in:
Robert Pintilii 2022-08-03 12:51:01 +03:00 committed by Saúl Ibarra Corretgé
parent abc9d36c4c
commit 2ec82c371c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ ol.poll-result-list {
}
.poll-create-option-row {
display: 'flex';
display: flex;
margin-bottom: 4;
}