Skip to content

Commit

Permalink
Right align text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Apr 13, 2021
1 parent 53b3d69 commit 49fb988
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 49fb988

Please sign in to comment.