mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-18 22:14:22 -06:00
Fix: preserve text linebreaks in doc edit (#7908)
This commit is contained in:
@@ -62,3 +62,7 @@ textarea.rtl {
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.whitespace-preserve {
|
||||
white-space: preserve;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user