[Glitch] Fix poll options checkboxes/radio buttons not being vertically centered

Port d41494226d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
ThibG 2019-09-16 16:12:18 +02:00 committed by Thibaut Girka
parent 75673cf8e3
commit 454b5ae3af
1 changed files with 3 additions and 0 deletions

View File

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