fix: CSS layout fix that caused overlapped text
This commit is contained in:
parent
13bea83542
commit
203f95eed5
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
||||||
max-height: inherit;
|
max-height: inherit;
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 1.5em 6em 1fr;
|
grid-template-rows: 0 7em 1fr;
|
||||||
|
|
||||||
.log {
|
.log {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
Loading…
Reference in a new issue