Squire: improved handling of BR elements

This commit is contained in:
the-djmaze 2024-10-01 17:56:43 +02:00
parent f43c2c92b5
commit 584728bc89
2 changed files with 191 additions and 255 deletions

View file

@ -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;