mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Make li/.nowrap styles usable in more cases
This commit is contained in:
parent
6703b5d644
commit
9c741bba99
|
@ -41,10 +41,12 @@ export default function append(document, { flags }) {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
li, .nowrap {
|
li, .nowrap {
|
||||||
display: block;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-break: keep-all;
|
word-break: keep-all;
|
||||||
}
|
}
|
||||||
|
.nowrap {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
li, li > * {
|
li, li > * {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user