Skip to content

Commit ab89fa3

Browse files
committed
#6168 grid.plugin.CellEditing: scss file
1 parent dd1c4c2 commit ab89fa3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.neo-grid-view {
2+
.neo-grid-cell {
3+
&:has(.neo-grid-editor) {
4+
padding: 1px 4px 2px;
5+
}
6+
}
7+
8+
.neo-grid-editor {
9+
margin: 0;
10+
}
11+
}

0 commit comments

Comments
 (0)