mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 21:14:47 +00:00
[Glitch] Fix display of long poll options
Port cf2b708e6b
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
ef8c311a66
commit
eaf49439d1
|
@ -11,7 +11,6 @@
|
|||
li {
|
||||
margin-bottom: 10px;
|
||||
position: relative;
|
||||
height: 18px + 12px;
|
||||
}
|
||||
|
||||
&__chart {
|
||||
|
@ -30,13 +29,11 @@
|
|||
|
||||
&__text {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
padding: 6px 0;
|
||||
line-height: 18px;
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
input[type=radio],
|
||||
input[type=checkbox] {
|
||||
|
@ -106,6 +103,9 @@
|
|||
font-weight: 700;
|
||||
padding: 0 10px;
|
||||
text-align: right;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
flex: 0 0 36px;
|
||||
}
|
||||
|
||||
&__footer {
|
||||
|
|
Loading…
Reference in a new issue