Skip to content

Commit

Permalink
Update page list flex variables to match navigation. (#37718)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines authored and noisysocks committed Jan 10, 2022
1 parent 89e5230 commit 1bd5e5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/block-library/src/page-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.wp-block-navigation {
.wp-block-page-list {
display: flex;
flex-direction: var(--layout-direction, initial);
justify-content: var(--layout-justify, initial);
align-items: var(--layout-align, initial);
flex-wrap: var(--layout-wrap, wrap);
flex-direction: var(--navigation-layout-direction, initial);
justify-content: var(--navigation-layout-justify, initial);
align-items: var(--navigation-layout-align, initial);
flex-wrap: var(--navigation-layout-wrap, wrap);
background-color: inherit;
}

Expand Down

0 comments on commit 1bd5e5c

Please sign in to comment.