Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 584728b

Browse files
author
the-djmaze
committed
Squire: improved handling of BR elements
1 parent f43c2c9 commit 584728b

File tree

2 files changed

+191
-255
lines changed

2 files changed

+191
-255
lines changed

dev/Styles/User/SquireUI.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@
5656
.squire-wysiwyg {
5757
font-family: var(--fontSans);
5858

59-
/* Prevent collapse of empty elements so that the caret can be placed in there */
59+
/* Prevent collapse of empty elements so that the caret can be placed in there
6060
*:empty::before {
6161
content: "\200B";
6262
}
63+
*/
6364

6465
ul {
6566
padding-left: 40px;

0 commit comments

Comments
 (0)