Skip to content

Commit

Permalink
Fix Page List styles inside responsive Navigation. (#34517)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines authored Sep 6, 2021
1 parent 63ffde2 commit f0e66a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@
border: none;
}

.wp-block-navigation-item {
.wp-block-navigation-item,
.wp-block-page-list {
flex-direction: column;
align-items: flex-start;
}
Expand Down

0 comments on commit f0e66a1

Please sign in to comment.