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

Port df8b1b3547 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
th-downstream
ThibG 5 years ago committed by Thibaut Girka
parent 073df8d25b
commit 627a01fe9d

@ -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;

Loading…
Cancel
Save