Skip to content

Commit

Permalink
Fix Overlap Issue in Empty Template Table Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Feb 10, 2025
1 parent 0b5da4f commit 1c12949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edit-site/src/components/page-templates/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
position: relative;
width: 120px;
max-height: 160px;
text-wrap: balance; // Fallback for Safari.
text-wrap: pretty;

&::after {
content: "";
Expand Down

0 comments on commit 1c12949

Please sign in to comment.