mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
use 'Utils.cleanHtml' as pasteSanitizer + minor tweaks
This commit is contained in:
parent
0a4cea5e4c
commit
48b0519cb4
2 changed files with 8 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue