1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

respect newlines

This commit is contained in:
gorhill 2014-11-09 09:42:06 -05:00
parent 7699f255ae
commit 96c4e2e256

View File

@ -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;
}