mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Chore: add max-height and overflow to processedmail error popover (#11252)
This commit is contained in:
parent
e9511bd3da
commit
4e64ca7ca6
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue