diff --git a/webroot/css/style.css b/webroot/css/style.css index a6cf4ac..b6a99e2 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -1,3 +1,6 @@ * { font-family: sans-serif; } +pre { + white-space: pre-wrap; +}