Skip to content

Commit ade59fa

Browse files
fix: Selecting start of table cell (#1354)
1 parent babefe9 commit ade59fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/editor/editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Tippy popups that are appended to document.body directly
134134
.bn-editor [data-content-type="table"] th,
135135
.bn-editor [data-content-type="table"] td {
136136
border: 1px solid #ddd;
137-
padding: 3px 5px;
137+
padding: 5px 10px;
138138
}
139139

140140
.bn-editor [data-content-type="table"] th {

0 commit comments

Comments
 (0)