mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 23:21:18 +00:00
11 lines
170 B
SCSS
11 lines
170 B
SCSS
::ng-deep .popover {
|
|
max-width: 350px;
|
|
max-height: 600px;
|
|
overflow: hidden;
|
|
|
|
pre {
|
|
white-space: pre-wrap;
|
|
word-break: break-word;
|
|
}
|
|
}
|