Skip to content

Commit 1080d8c

Browse files
Fixed overflow for custom blocks with inline content (#392)
1 parent 5102192 commit 1080d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/extensions/Blocks/nodes/Block.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ BASIC STYLES
2323
padding: 3px 0;
2424
flex-grow: 1;
2525
transition: font-size 0.2s;
26+
width: 100%;
2627
/*
2728
because the content elements are display: block
2829
we use flex to position them next to list markers

0 commit comments

Comments
 (0)