From 96c4e2e2565ffbd7d413ed7721d9610772b03859 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 9 Nov 2014 09:42:06 -0500 Subject: [PATCH] respect newlines --- css/1p-filters.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/1p-filters.css b/css/1p-filters.css index 54117a2cc..8413e6bdf 100644 --- a/css/1p-filters.css +++ b/css/1p-filters.css @@ -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; }