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

This commit is contained in:
Mark Johnson
2016-04-07 11:53:07 +01:00
parent b611ade3ab
commit a9c52c78dd
+1
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 {