Eugen Rochko
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
app/javascript/styles/mastodon/polls.scss
|
|
@ -5,6 +5,7 @@ |
|
|
|
li { |
|
|
|
margin-bottom: 10px; |
|
|
|
position: relative; |
|
|
|
height: 18px + 12px; |
|
|
|
} |
|
|
|
|
|
|
|
&__chart { |
|
|
@ -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] { |
|
|
|