update
This commit is contained in:
parent
41a2c41e44
commit
cb05fa8ced
|
|
@ -777,7 +777,13 @@ include 'static.php';
|
|||
color: #94a3b8;
|
||||
font-size: 13px;
|
||||
line-height: 1.6;
|
||||
overflow: auto;
|
||||
|
||||
white-space: pre-wrap;
|
||||
/* allow wrapping */
|
||||
word-break: break-word;
|
||||
/* break long strings */
|
||||
overflow-wrap: anywhere;
|
||||
/* modern wrap support */
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue