]> cat aescling's git repositories - mastodon.git/commitdiff
Fix poll options checkboxes/radio buttons not being vertically centered (#11833)
authorThibG <thib@sitedethib.com>
Mon, 16 Sep 2019 14:12:18 +0000 (16:12 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 16 Sep 2019 14:12:18 +0000 (16:12 +0200)
app/javascript/styles/mastodon/polls.scss

index 8b131dffde3c27bea000c45b6deee0ccfb52211e..e80220f27891758b289c9999dc2bafb695edb1e3 100644 (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;