Skip to content

Commit

Permalink
Make navigation button expand to fit longer nav link text (#20230)
Browse files Browse the repository at this point in the history
* Make navigation button expand to fit longer nav link text

* Switch height to auto for IE support
  • Loading branch information
glendaviesnz authored Feb 14, 2020
1 parent 61e936c commit 7924f06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ $tree-item-height: 36px;
.block-editor-block-navigation__item-button {
margin-left: 0.8em;
width: calc(100% - 0.8em);
height: auto;
}

& > li:last-child {
Expand Down

0 comments on commit 7924f06

Please sign in to comment.