Skip to content

Commit

Permalink
Fix width of Template Parts view (#50836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka authored May 22, 2023
1 parent d6a482e commit 119a279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

.edit-site {
.edit-site-list {
flex-grow: 1;
background: $white;
border-radius: $radius-block-ui * 4;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.8), 0 8px 10px -6px rgba(0, 0, 0, 0.8);
Expand Down

1 comment on commit 119a279

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 119a279.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5045397532
📝 Reported issues:

Please sign in to comment.