Skip to content

Commit

Permalink
MDL-53007 block_navigation: Set width of item text to prevent overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Johnson committed Apr 7, 2016
1 parent b611ade commit a9c52c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/navigation/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
.block_navigation .block_tree .tree_item.hasicon .item-content-wrap {
display: inline-block;
white-space: normal;
width: calc(100% - 21px);
}

.block_navigation .block_tree ul {
Expand Down

0 comments on commit a9c52c7

Please sign in to comment.