Row selection template container padding #5764
Labels
🐛 bug
Any issue that describes a bug
grid: row-selection
version: 8.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
The Row selector templates (both header and per-row) are wrapped in a container w/
.igx-grid__cbx-selection
that applies pretty sizable side padding that any user providing a custom template would have to figure out a way around.Steps to reproduce
https://github.com/IgniteUI/igniteui-angular-samples/blob/3788c6ea4d7bd828102b7d04027d8b79ea6e8f94/src/app/grid/grid-sample-selection-template-numbers/grid-sample-selection-template-numbers.component.scss#L41-L43
Result
Selectors are now bumped by padding without the override
Expected result
Shouldn't need to override the padding intended for our default checkboxes template - that should be part of our template and not affect custom ones.
The text was updated successfully, but these errors were encountered: