diff options
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/helpers.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css index e2d195822f..834a507b68 100644 --- a/web_src/css/helpers.css +++ b/web_src/css/helpers.css @@ -25,6 +25,7 @@ .gt-overflow-x-scroll { overflow-x: scroll !important; } .gt-cursor-default { cursor: default !important; } .gt-items-start { align-items: flex-start !important; } +.gt-whitespace-pre { white-space: pre !important } .gt-mono { font-family: var(--fonts-monospace) !important; |