Update css.php
CSS fix the overwrap problem on the pre html tags.
This commit is contained in:
parent
f43c639ecc
commit
0ffb43d2a9
|
|
@ -201,6 +201,10 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
||||||
background-size:cover;
|
background-size:cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
div#footer {
|
div#footer {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue