Skip to content

Commit a0f5191

Browse files
fix: Selection when clicking past end of inline content (#1553)
1 parent ed0ead4 commit a0f5191

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/src/editor/Block.css

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ BASIC STYLES
3737
outline: 4px solid rgb(100, 160, 255);
3838
}
3939

40+
.bn-inline-content {
41+
width: 100%;
42+
}
43+
4044
/*
4145
NESTED BLOCKS
4246
*/
@@ -188,6 +192,7 @@ NESTED BLOCKS
188192
/* Checked */
189193
.bn-block-content[data-content-type="checkListItem"] > div {
190194
display: flex;
195+
width: 100%;
191196
}
192197

193198
.bn-block-content[data-content-type="checkListItem"] > div > div > input {

0 commit comments

Comments
 (0)