Skip to content

Commit

Permalink
ENGCOM-4547: [backport] Improve swatch table overflow handling #21661
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Mar 22, 2019
2 parents ade99c8 + 14aa22a commit 9629729
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,19 @@
}

.col-swatch-min-width {
min-width: 30px;
min-width: 65px;
}

[class^=swatch-col],
[class^=col-]:not(.col-draggable):not(.col-default) {
min-width: 150px;
}

#swatch-visual-options-panel,
#swatch-text-options-panel,
#manage-options-panel {
overflow: auto;
width: 100%;
}

.swatches-visual-col.unavailable:after {
Expand Down

0 comments on commit 9629729

Please sign in to comment.