Chore: add max-height and overflow to processedmail error popover (#11252)

This commit is contained in:
shamoon 2025-11-01 07:49:31 -07:00 committed by GitHub
parent e9511bd3da
commit 4e64ca7ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
::ng-deep .popover {
max-width: 350px;
max-height: 600px;
overflow: hidden;
pre {
white-space: pre-wrap;