fix white-space on log message
This commit is contained in:
parent
edb4d7df3a
commit
3cb8d2940a
|
@ -71,6 +71,7 @@ th.log-type {
|
|||
td.log-content,
|
||||
td.log-content {
|
||||
width: 100%;
|
||||
white-space: collapse;
|
||||
}
|
||||
|
||||
.log:hover {
|
||||
|
|
Loading…
Reference in a new issue