use 'Utils.cleanHtml' as pasteSanitizer + minor tweaks

This commit is contained in:
Sergey Mosin 2024-10-08 14:58:02 -04:00
parent 0a4cea5e4c
commit 48b0519cb4
2 changed files with 8 additions and 20 deletions

View file

@ -1,3 +1,8 @@
/* Prevent collapse of empty elements so that the caret can be placed in there */
.CompactComposer *:empty::before {
content: "\200B";
}
.CompactComposer .squire-toolbar {
padding-top: 4px;
padding-bottom: 0;