Skip to content

Commit

Permalink
Fixes FSE Navigation sub-menu item styling regression (#31754)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdwijngaert authored May 17, 2021
1 parent ba499e8 commit 1157fd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,5 @@ export const ItemTitleUI = styled( Text )`
${ () => ( isRTL() ? 'margin-left: auto;' : 'margin-right: auto;' ) }
font-size: 14px;
line-height: 20px;
color: inherit;
`;

0 comments on commit 1157fd9

Please sign in to comment.