From bc786a8f6528aad874242cdb76bc35124df1ae7b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 3 Aug 2019 19:39:25 -0600 Subject: [PATCH] Update css.php --- themes/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index b9e3f1b1a7..d825408aea 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -201,7 +201,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; background-size:cover; } - pre { + pre { white-space: pre-wrap; }