Skip to content

Commit e02ecd1

Browse files
author
Alexey Yakimovich
committed
MAGETWO-91723: Text Attribute doesn't display all character on product page
- Fixed an issue with small box for text svatch attrbute value;
1 parent b55989d commit e02ecd1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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;

0 commit comments

Comments
 (0)