Skip to content

Commit

Permalink
Fix Text Overlap Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Feb 10, 2025
1 parent 6c23e7c commit 0b5da4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-patterns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
.components-heading {
flex-grow: 1;
flex-basis: 0;
white-space: normal;
white-space: nowrap;
}
}

Expand Down

0 comments on commit 0b5da4f

Please sign in to comment.