]> cat aescling's git repositories - mastodon.git/commitdiff
reorder simple form ul to list vertically (fixes #8236) (#8322)
authorNecroTechno <necrotechno@riseup.net>
Mon, 20 Aug 2018 21:58:57 +0000 (22:58 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 20 Aug 2018 21:58:57 +0000 (23:58 +0200)
* reorder simple form ul to list vertically (fixes #8236)

* remove browser specific prefixes

app/javascript/styles/mastodon/forms.scss

index 375c7b64bb443fe581a3cda27ff3a17f56e7cb70..22dbfa8cf9d0afeb27b5f51c7f0df2ae7d7000ad 100644 (file)
@@ -154,9 +154,8 @@ code {
       margin-bottom: 15px;
     }
 
-    li {
-      float: left;
-      width: 50%;
+    ul {
+      columns: 2;
     }
   }