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.
1 parent 9d0df9f commit abca662Copy full SHA for abca662
app/design/frontend/Magento/blank/Magento_Swatches/web/css/source/_module.less
@@ -214,7 +214,7 @@
214
.lib-css(color, @swatch-option-tooltip__color);
215
display: none;
216
max-height: 100%;
217
- max-width: 140px;
+ //max-width: 140px;
218
min-height: 20px;
219
min-width: 20px;
220
padding: @indent__xs;
@@ -279,6 +279,7 @@
279
.lib-css(color, @swatch-option-tooltip-title__color);
280
display: block;
281
max-height: 200px;
282
+ max-width:140px
283
284
overflow: hidden;
285
text-align: center;
0 commit comments