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 f8a4c72 commit 6510322Copy full SHA for 6510322
app/design/frontend/Magento/luma/Magento_LayeredNavigation/web/css/source/_module.less
@@ -102,10 +102,11 @@
102
font-weight: @font-weight__semibold;
103
margin: 0;
104
overflow: hidden;
105
- padding: @indent__s 20px+@indent__s 0 @indent__s;
+ padding: @indent__s 30px+@indent__s 0 @indent__s;
106
position: relative;
107
z-index: 1;
108
text-transform: uppercase;
109
+ word-break: break-all;
110
111
.lib-icon-font(
112
@_icon-font-content: @icon-down,
0 commit comments