Fix poll options checkboxes/radio buttons not being vertically centered (#11833)

This commit is contained in:
ThibG 2019-09-16 16:12:18 +02:00 committed by Eugen Rochko
parent f109867578
commit d41494226d
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@
top: -1px;
border-radius: 50%;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
flex: 0 0 18px;
&.checkbox {
border-radius: 4px;