Skip to content

Commit 67220e9

Browse files
Fixing swatch style issue on product attribute form #20513
1 parent e595392 commit 67220e9

File tree

1 file changed

+5
-1
lines changed
  • app/code/Magento/Swatches/view/adminhtml/web/css

1 file changed

+5
-1
lines changed

app/code/Magento/Swatches/view/adminhtml/web/css/swatches.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,11 @@
150150
}
151151

152152
.col-swatch-min-width {
153-
min-width: 30px;
153+
min-width: 65px;
154+
}
155+
156+
.data-table .col-swatch-min-width input[type="text"] {
157+
padding: inherit;
154158
}
155159

156160
.swatches-visual-col.unavailable:after {

0 commit comments

Comments
 (0)