]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: add max-height and overflow to processedmail error popover (#11252)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 1 Nov 2025 14:49:31 +0000 (07:49 -0700)
committerGitHub <noreply@github.com>
Sat, 1 Nov 2025 14:49:31 +0000 (07:49 -0700)
src-ui/src/app/components/manage/mail/processed-mail-dialog/processed-mail-dialog.component.scss

index 6aadd83303b06f02fe3197b78f9b827580fcab2a..c87a5c3f62f36b246e3c4703ccce84619fd04256 100644 (file)
@@ -1,5 +1,7 @@
 ::ng-deep .popover {
     max-width: 350px;
+    max-height: 600px;
+    overflow: hidden;
 
     pre {
         white-space: pre-wrap;