Skip to content

Commit 00024fb

Browse files
ENGCOM-3943: Fixing swatch style issue on product attribute form #20515
- Merge Pull Request #20515 from DenisSaltanahmedov/magento2:fix/issue-20513-2.3 - Merged commits: 1. e595392 2. 67220e9
2 parents 470fd45 + 67220e9 commit 00024fb

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)