mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Squire: improved handling of BR elements
This commit is contained in:
parent
f43c2c92b5
commit
584728bc89
2 changed files with 191 additions and 255 deletions
|
|
@ -56,10 +56,11 @@
|
|||
.squire-wysiwyg {
|
||||
font-family: var(--fontSans);
|
||||
|
||||
/* Prevent collapse of empty elements so that the caret can be placed in there */
|
||||
/* Prevent collapse of empty elements so that the caret can be placed in there
|
||||
*:empty::before {
|
||||
content: "\200B";
|
||||
}
|
||||
*/
|
||||
|
||||
ul {
|
||||
padding-left: 40px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue