MDL-53007 block_navigation: Set width of item text to prevent overflow

This commit is contained in:
Mark Johnson 2016-03-29 11:43:26 +01:00
parent b611ade3ab
commit a9c52c78dd

View File

@ -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 {