Fix: preserve text linebreaks in doc edit (#7908)

This commit is contained in:
shamoon
2024-10-13 10:45:05 -07:00
committed by GitHub
parent 8e61a29137
commit cb617531bc
2 changed files with 5 additions and 1 deletions

View File

@@ -62,3 +62,7 @@ textarea.rtl {
height: 100%;
object-fit: contain;
}
.whitespace-preserve {
white-space: preserve;
}