Skip to content

Commit 64f3104

Browse files
committed
Wrap content if it exceeds the width
1 parent 6313409 commit 64f3104

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/block.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
margin-top: 0;
1717
}
1818

19+
&__content [contenteditable] {
20+
word-break: break-word;
21+
}
22+
1923
&--selected &__content {
2024
background: var(--selectionColor);
2125

0 commit comments

Comments
 (0)