Skip to content

Commit 96c4e2e

Browse files
committed
respect newlines
1 parent 7699f25 commit 96c4e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/1p-filters.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ div > p:last-child {
88
font-size: smaller;
99
width: 48em;
1010
height: 40em;
11-
white-space: nowrap;
12-
text-align: left;
11+
white-space: pre;
12+
text-align: left;
1313
}

0 commit comments

Comments
 (0)