Skip to content

Commit 9849595

Browse files
author
Natalia Momotenko
committed
MAGETWO-32245: Horizontal scroll is displayed to each category with long name
1 parent b68900d commit 9849595

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

app/design/adminhtml/Magento/backend/web/css/admin.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,10 +1405,6 @@ address {
14051405
background-image: url(../images/fam_application_form_delete.png);
14061406
}
14071407

1408-
.x-tree-node {
1409-
overflow: auto;
1410-
}
1411-
14121408
/*
14131409
Styles for "js" tooltip with positionings
14141410
-------------------------------------- */

app/design/adminhtml/Magento/backend/web/less/styles/debug.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,16 @@
602602
line-height: 28px;
603603
}
604604

605+
.rule-tree .fieldset {
606+
min-width: 0; // Fixed Chrome fieldset issue
607+
}
608+
609+
@-moz-document url-prefix() { // Fixed Firefox fieldset issue
610+
.rule-tree .fieldset {
611+
display: table-cell;
612+
}
613+
}
614+
605615
.rule-tree ul {
606616
list-style: none;
607617
padding-left: 16px;
@@ -675,6 +685,7 @@
675685
border: solid 1px #CCC;
676686
margin: 20px;
677687
padding: 15px 10px 5px;
688+
overflow: auto;
678689
}
679690

680691
.rule-param-wait {

0 commit comments

Comments
 (0)