Skip to content

Commit 8dc6bd0

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

File tree

1 file changed

+1
-0
lines changed
  • polaris-react/src/components/Page/components/Header/components/Title

1 file changed

+1
-0
lines changed

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)