From 0ffb43d2a90fdb2a98bb1d5e433f19ba7345abbc Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 6 Nov 2016 01:45:50 -0700 Subject: [PATCH] Update css.php CSS fix the overwrap problem on the pre html tags. --- themes/default/css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + }