Skip to content

Commit

Permalink
Right align text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and mkaz committed Apr 13, 2021
1 parent a3d2818 commit 667ce84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@

.is-vertical.items-justified-right > ul {
align-items: flex-end;

.wp-block-navigation-link,
.wp-block-pages-list__item {
margin-right: 0;
justify-content: flex-end;
}
}

0 comments on commit 667ce84

Please sign in to comment.