Skip to content

Commit f9bec9a

Browse files
ClearlyClairehiyuki2578
authored andcommitted
Fix poll options checkboxes/radio buttons not being vertically centered (mastodon#11833)
1 parent 49aa827 commit f9bec9a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/javascript/styles/mastodon/polls.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
top: -1px;
8080
border-radius: 50%;
8181
vertical-align: middle;
82+
margin-top: auto;
83+
margin-bottom: auto;
84+
flex: 0 0 18px;
8285

8386
&.checkbox {
8487
border-radius: 4px;

0 commit comments

Comments
 (0)