diff --git a/themes/default/css.php b/themes/default/css.php index 55cd948a83..68969a77e7 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -201,6 +201,10 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; background-size:cover; } + pre { + white-space: pre-wrap; + } + div#footer { display: inline-block; width: 100%; @@ -1790,4 +1794,4 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; border: 1px solid white; background-image: none; background-color: #fff; - } \ No newline at end of file + }