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;
|
||||
}
|
||||
li, .nowrap {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
.nowrap {
|
||||
display: block;
|
||||
}
|
||||
li, li > * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user