Update css.php

CSS fix the overwrap problem on the pre html tags.
This commit is contained in:
FusionPBX 2016-11-06 01:45:50 -07:00 committed by GitHub
parent f43c639ecc
commit 0ffb43d2a9
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}