Skip to content

Commit

Permalink
Avoid line breaks in poll options (mastodon#10188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and hiyuki2578 committed Oct 2, 2019
1 parent 322279b commit 9622f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon/polls.scss
Expand Up @@ -5,6 +5,7 @@
li {
margin-bottom: 10px;
position: relative;
height: 18px + 12px;
}

&__chart {
Expand All @@ -27,6 +28,9 @@
padding: 6px 0;
line-height: 18px;
cursor: default;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

input[type=radio],
input[type=checkbox] {
Expand Down

0 comments on commit 9622f62

Please sign in to comment.