fix(lexical): missing margin

This commit is contained in:
Elian Doran
2026-03-20 18:02:07 +02:00
parent daa0109f7f
commit dcfcc7a334

View File

@@ -5,6 +5,7 @@
line-height: 1.5;
word-break: break-word;
position: relative;
margin-inline: var(--content-margin-inline);
.lexical-placeholder {
opacity: 0.5;