mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-17 04:16:54 -06:00
Chore: add max-height and overflow to processedmail error popover (#11252)
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
::ng-deep .popover {
|
::ng-deep .popover {
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
|
max-height: 600px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user