style: make log text overflow scroll
This commit is contained in:
parent
d0aadae198
commit
fb0092c927
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ $heightHeader: 76px;
|
|||
padding: 8px 0;
|
||||
// force wrap
|
||||
width: 100%;
|
||||
white-space: pre;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
//////////
|
||||
|
|
Loading…
Reference in a new issue