mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-07-31 08:05:59 +00:00
11 lines
173 B
SCSS
11 lines
173 B
SCSS
::ng-deep .popover {
|
|
max-width: 350px;
|
|
max-height: 600px;
|
|
overflow: hidden;
|
|
|
|
pre {
|
|
white-space: pre-wrap;
|
|
overflow-wrap: break-word;
|
|
}
|
|
}
|