Skip to content

Commit

Permalink
#6168 grid.plugin.CellEditing: scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Dec 19, 2024
1 parent dd1c4c2 commit ab89fa3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/scss/src/grid/plugin/CellEditing.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.neo-grid-view {
.neo-grid-cell {
&:has(.neo-grid-editor) {
padding: 1px 4px 2px;
}
}

.neo-grid-editor {
margin: 0;
}
}

0 comments on commit ab89fa3

Please sign in to comment.