fix: CSS layout fix that caused overlapped text

This commit is contained in:
Joel Therrien 2025-01-12 13:50:56 -08:00
parent 13bea83542
commit 203f95eed5

View file

@ -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;