contenteditable related CSS fixes

This commit is contained in:
RossAscends 2024-09-05 14:36:40 +09:00
parent 58e6ae2fc5
commit d29129f301
1 changed files with 5 additions and 0 deletions

View File

@ -5461,4 +5461,9 @@ body:not(.movingUI) .drawer-content.maximized {
resize: vertical;
overflow: auto;
min-height: 1.8em;
white-space: preserve-breaks;
}
div[contenteditable] br {
display: revert;
}