mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Fix log lines hidden on narrow screens
This commit is contained in:
parent
ccc39e0e55
commit
63b4ccacde
2 changed files with 7 additions and 5 deletions
|
|
@ -16,9 +16,11 @@
|
|||
}
|
||||
|
||||
.log-container {
|
||||
|
||||
overflow: scroll;
|
||||
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 190px);
|
||||
top: 70px;
|
||||
}
|
||||
|
||||
p {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue