Skip to content

Commit

Permalink
Adds comment on inline editing padding
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed Jul 19, 2024
1 parent 3a440c0 commit d91046b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ag-grid-theme/css/salt-ag-grid-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ div[class*="ag-theme-salt"] .ag-cell-inline-editing:focus-within {
background: var(--salt-container-primary-background);
}

/* This makes sure custom cell editor would start from no padding. Built-in ag grid editor's padding is added below. */
div[class*="ag-theme-salt"] .ag-cell-inline-editing {
padding: 0;
}
Expand Down

0 comments on commit d91046b

Please sign in to comment.