mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
respect newlines
This commit is contained in:
parent
7699f255ae
commit
96c4e2e256
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,6 @@ div > p:last-child {
|
|||
font-size: smaller;
|
||||
width: 48em;
|
||||
height: 40em;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue