Skip to content

Commit

Permalink
fix(styling): add full width to grid container (#1409)
Browse files Browse the repository at this point in the history
- as per Angular-Slickgrid opened [issue](ghiscoding/Angular-Slickgrid#1368)
  • Loading branch information
ghiscoding authored Mar 2, 2024
1 parent 4ef94fb commit eedc162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/styles/slick-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
border-right: var(--slick-container-border-right, $slick-container-border-right);
position: relative;
font-family: var(--slick-font-family, $slick-font-family);
width: 100%;

@mixin resetSlickCell() {
padding: var(--slick-cell-padding, $slick-cell-padding);
Expand Down

0 comments on commit eedc162

Please sign in to comment.