Fix issue in IE10 where width 100% pushed action button (dots) out of tree section

This commit is contained in:
Bjarne Fyrstenborg
2017-09-22 00:01:34 +02:00
parent e8e9f5ca49
commit bc2e9936d8

View File

@@ -157,8 +157,8 @@
.umb-tree li > div a:not(.umb-options) {
padding: 6px 0;
width: 100%;
display: flex;
flex: 1 1 100%;
}
.umb-tree li > div:hover a:not(.umb-options) {