Skip to content

Commit

Permalink
ENGCOM-4372: Improve swatch table overflow handling #21421
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 28, 2019
2 parents a5330a7 + 754684f commit 4381e6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,18 @@
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%;
}

.data-table .col-swatch-min-width input[type="text"] {
padding: inherit;
}
Expand Down

0 comments on commit 4381e6b

Please sign in to comment.