Skip to content

Commit

Permalink
fix(grid): explicitly set width: 100% (#11673)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jun 23, 2022
1 parent 413adc4 commit 2ebfc1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid/scss/_css-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
--cds-grid-column-hang: calc(var(--cds-grid-gutter) / 2);

display: grid;
width: 100%;
max-width: get-grid-width(
$breakpoints,
largest-breakpoint-name($breakpoints)
Expand Down

0 comments on commit 2ebfc1d

Please sign in to comment.