Skip to content

Commit 4a06aba

Browse files
tqwewejonrohan
andauthored
Fix layout gutter none styles (#1882)
* Fix layout gutter none styles Fixes #1880. * Create seven-steaks-wait.md Co-authored-by: Jon Rohan <[email protected]>
1 parent d42bdbe commit 4a06aba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/seven-steaks-wait.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fix layout gutter none styles

src/layout/layout.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
&.Layout--gutter-none {
50-
--Layout-gutter: 0;
50+
--Layout-gutter: 0px;
5151
}
5252

5353
&.Layout--gutter-condensed {

0 commit comments

Comments
 (0)