contenteditable related CSS fixes
| @@ -5461,4 +5461,9 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5461 | 5461 | resize: vertical; |
| 5462 | 5462 | overflow: auto; |
| 5463 | 5463 | min-height: 1.8em; |
| 5464 | + white-space: preserve-breaks; | |
| 5465 | +} | |
| 5466 | + | |
| 5467 | +div[contenteditable] br { | |
| 5468 | + display: revert; | |
| 5464 | 5469 | } |
| 5464 | 5469 | \ No newline at end of file |