Skip to content

Commit a35a8bd

Browse files
authored
Default .PageLayout to display block (#1961)
* Default .PageLayout to display block * Create new-masks-matter.md
1 parent 3906346 commit a35a8bd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/new-masks-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": minor
3+
---
4+
5+
Default .PageLayout to display block

src/layout/page-layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
2323
}
2424

2525
.PageLayout {
26+
display: block;
2627
// stylelint-disable-next-line primer/spacing
2728
margin: var(--Layout-outer-spacing-y) var(--Layout-outer-spacing-x);
2829

0 commit comments

Comments
 (0)