Browse Source

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 5 years ago
committed by Eugen Rochko
parent
commit
6a0d4d36ad
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      app/javascript/styles/mastodon/forms.scss

+ 2
- 3
app/javascript/styles/mastodon/forms.scss View File

@@ -154,9 +154,8 @@ code {
margin-bottom: 15px;
}

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



Loading…
Cancel
Save