mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Squire: prevent collapse of empty elements so that the caret can be placed in there.
This eliminates the use of hacky <br> inside.
This commit is contained in:
parent
9b5eaf4b5f
commit
beb418080f
1 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,11 @@
|
|||
.squire-wysiwyg {
|
||||
font-family: var(--fontSans);
|
||||
|
||||
/* Prevent collapse of empty elements so that the caret can be placed in there */
|
||||
*:empty::before {
|
||||
content: "\200B";
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 40px;
|
||||
li {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue