Skip to content

Commit

Permalink
fix: [WordPress#23258] Nav text size is no longer overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
kirilzh committed Jun 30, 2020
1 parent 01cd739 commit 67441ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/block-library/src/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
visibility: hidden;

> .wp-block-navigation-link {
font-size: 15px;

> .wp-block-navigation-link__content {
flex-grow: 1;
}
Expand Down Expand Up @@ -117,7 +115,6 @@
}

.wp-block-navigation-link__label {
font-size: 17px;
font-family: $default-font;

word-break: normal;
Expand Down

0 comments on commit 67441ca

Please sign in to comment.