diff options
Diffstat (limited to 'front/styles/globals.css')
-rw-r--r-- | front/styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/front/styles/globals.css b/front/styles/globals.css index e5e2dcc..23e8664 100644 --- a/front/styles/globals.css +++ b/front/styles/globals.css @@ -14,3 +14,7 @@ a { * { box-sizing: border-box; } + +div { + white-space: pre-line; +} |