diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-08 12:43:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 12:43:41 -0500 |
commit | 948605a1fe460eb1215753ef971a8e0ec4081eff (patch) | |
tree | 102bdbf0ed54c29726472e1c51c269d7ef7f805b /ext/mixed | |
parent | 12e6e377854a9163b322a16f3effe816d0222c67 (diff) |
Update query parser to properly display multi-line content (#1007)
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/css/display.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 3b6e3b3e..4914bfa1 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -190,6 +190,7 @@ h2 { #query-parser-content { margin-top: 0.5em; font-size: 2em; + white-space: pre-wrap; } #query-parser-content[data-term-spacing=true] .query-parser-term { |