Skip to content

Commit 119a279

Browse files
authored
Fix width of Template Parts view (#50836)
1 parent d6a482e commit 119a279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/edit-site/src/components/list/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
.edit-site {
3535
.edit-site-list {
36+
flex-grow: 1;
3637
background: $white;
3738
border-radius: $radius-block-ui * 4;
3839
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.8), 0 8px 10px -6px rgba(0, 0, 0, 0.8);

0 commit comments

Comments
 (0)