Skip to content

Commit

Permalink
fix: Selecting start of table cell (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski authored Jan 6, 2025
1 parent babefe9 commit ade59fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/editor/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Tippy popups that are appended to document.body directly
.bn-editor [data-content-type="table"] th,
.bn-editor [data-content-type="table"] td {
border: 1px solid #ddd;
padding: 3px 5px;
padding: 5px 10px;
}

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

0 comments on commit ade59fa

Please sign in to comment.