From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:49:31 +0000 (-0700) Subject: Chore: add max-height and overflow to processedmail error popover (#11252) X-Git-Tag: v2.19.4~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e64ca7ca60c8cd91f881f8bf4dbf0a867783ee6;p=thirdparty%2Fpaperless-ngx.git Chore: add max-height and overflow to processedmail error popover (#11252) --- diff --git a/src-ui/src/app/components/manage/mail/processed-mail-dialog/processed-mail-dialog.component.scss b/src-ui/src/app/components/manage/mail/processed-mail-dialog/processed-mail-dialog.component.scss index 6aadd83303..c87a5c3f62 100644 --- a/src-ui/src/app/components/manage/mail/processed-mail-dialog/processed-mail-dialog.component.scss +++ b/src-ui/src/app/components/manage/mail/processed-mail-dialog/processed-mail-dialog.component.scss @@ -1,5 +1,7 @@ ::ng-deep .popover { max-width: 350px; + max-height: 600px; + overflow: hidden; pre { white-space: pre-wrap;