@carbon/styles 1.6.0-rc.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/styles.css CHANGED
@@ -1078,6 +1078,7 @@ em {
1078
1078
  --cds-grid-gutter-end: calc(var(--cds-grid-gutter) / 2);
1079
1079
  --cds-grid-column-hang: calc(var(--cds-grid-gutter) / 2);
1080
1080
  display: grid;
1081
+ width: 100%;
1081
1082
  max-width: 99rem;
1082
1083
  padding-right: var(--cds-grid-margin);
1083
1084
  padding-left: var(--cds-grid-margin);