Skip to content

Commit edfba7c

Browse files
author
avattam
committed
MC-5518: Text Attribute
- added fixes for displaying all characters on product page
1 parent 4deaaa2 commit edfba7c

File tree

1 file changed

+1
-2
lines changed
  • app/design/frontend/Magento/blank/Magento_Swatches/web/css/source

1 file changed

+1
-2
lines changed

app/design/frontend/Magento/blank/Magento_Swatches/web/css/source/_module.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
float: left;
125125
height: 20px;
126126
margin: 0 @indent__s @indent__xs 0;
127-
max-width: 90px;
127+
max-width: 100%;
128128
min-width: 30px;
129129
overflow: hidden;
130130
padding: 1px 2px;
@@ -279,7 +279,6 @@
279279
.lib-css(color, @swatch-option-tooltip-title__color);
280280
display: block;
281281
max-height: 200px;
282-
max-width: 140px;
283282
min-height: 20px;
284283
overflow: hidden;
285284
text-align: center;

0 commit comments

Comments
 (0)