reorder simple form ul to list vertically (fixes #8236) (#8322)

* reorder simple form ul to list vertically (fixes #8236)

* remove browser specific prefixes
master
NecroTechno 6 years ago committed by Eugen Rochko
parent 8ac5e651e1
commit 6a0d4d36ad
  1. 5
      app/javascript/styles/mastodon/forms.scss

@ -154,9 +154,8 @@ code {
margin-bottom: 15px; margin-bottom: 15px;
} }
li { ul {
float: left; columns: 2;
width: 50%;
} }
} }

Loading…
Cancel
Save