Skip to content

Commit df21e20

Browse files
committed
Add row-gap to the TitleWithMetadataWrapper class to add vertical spacing between title and metadata
1 parent d7dc443 commit df21e20

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/shiny-pans-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/polaris': patch
3+
---
4+
5+
Add spacing between title and metadata for Page component

polaris-react/src/components/Page/components/Header/components/Title/Title.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
display: flex;
2929
flex-wrap: wrap;
3030
align-items: center;
31+
row-gap: var(--p-space-2);
3132

3233
.Title {
3334
display: inline;

0 commit comments

Comments
 (0)