Browse Source

Update css.php

FusionPBX 8 years ago
parent
commit
3248e72787
1 changed files with 5 additions and 1 deletions
  1. 5 1
      themes/default/css.php

+ 5 - 1
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;
-		}
+		}