mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-12 09:36:41 -05:00
Chore: add max-height and overflow to processedmail error popover (#11252)
This commit is contained in:
parent
e9511bd3da
commit
4e64ca7ca6
@ -1,5 +1,7 @@
|
||||
::ng-deep .popover {
|
||||
max-width: 350px;
|
||||
max-height: 600px;
|
||||
overflow: hidden;
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user