Skip to content

Commit

Permalink
reorder simple form ul to list vertically (fixes #8236) (#8322)
Browse files Browse the repository at this point in the history
* reorder simple form ul to list vertically (fixes #8236)

* remove browser specific prefixes
  • Loading branch information
NecroTechno authored and Gargron committed Aug 20, 2018
1 parent 8ac5e65 commit 6a0d4d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/javascript/styles/mastodon/forms.scss
Expand Up @@ -154,9 +154,8 @@ code {
margin-bottom: 15px;
}

li {
float: left;
width: 50%;
ul {
columns: 2;
}
}

Expand Down

0 comments on commit 6a0d4d3

Please sign in to comment.