We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3906346 commit a35a8bdCopy full SHA for a35a8bd
.changeset/new-masks-matter.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": minor
3
4
+
5
+Default .PageLayout to display block
src/layout/page-layout.scss
@@ -23,6 +23,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
23
}
24
25
.PageLayout {
26
+ display: block;
27
// stylelint-disable-next-line primer/spacing
28
margin: var(--Layout-outer-spacing-y) var(--Layout-outer-spacing-x);
29
0 commit comments