We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 433fea7 + aae2f57 commit c096c45Copy full SHA for c096c45
app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css
@@ -153,19 +153,12 @@
153
min-width: 65px;
154
}
155
156
-[class^=swatch-col],
157
-[class^=col-]:not(.col-draggable):not(.col-default) {
158
- min-width: 150px;
159
-}
160
-
161
-#swatch-visual-options-panel,
162
-#swatch-text-options-panel,
163
-#manage-options-panel {
164
- overflow: auto;
165
- width: 100%;
+.data-table .col-swatch-min-width input[type="text"] {
+ padding: inherit;
166
167
168
.swatches-visual-col.unavailable:after {
+ content: '';
169
position: absolute;
170
width: 35px;
171
height: 2px;
0 commit comments