Skip to content

Commit

Permalink
fix(grid): condensed gutter should be 1px (#9361)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Jul 29, 2021
1 parent 4f11064 commit a3bbf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/scss/modules/_css-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
// Condensed
// -----------------------------------------------------------------------------
.#{$prefix}--css-grid--condensed {
--cds-grid-gutter: 2px;
--cds-grid-gutter: 1px;

column-gap: var(--cds-grid-gutter);
row-gap: var(--cds-grid-gutter);
Expand Down

0 comments on commit a3bbf26

Please sign in to comment.