Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

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

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

* remove browser specific prefixes
  • Loading branch information
NecroTechno authored and kyori19 committed Sep 17, 2018
1 parent ddf01e1 commit 7735f5f
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 7735f5f

Please sign in to comment.