Skip to content

Commit 6510322

Browse files
author
Dubovyk Oleksandr
committed
MAGETWO-38963: Storefront "Layered Navigation" menu items' titles are overlapped by "Expand" button
- Removed overlapping
1 parent f8a4c72 commit 6510322

File tree

1 file changed

+2
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_LayeredNavigation/web/css/source

1 file changed

+2
-1
lines changed

app/design/frontend/Magento/luma/Magento_LayeredNavigation/web/css/source/_module.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@
102102
font-weight: @font-weight__semibold;
103103
margin: 0;
104104
overflow: hidden;
105-
padding: @indent__s 20px+@indent__s 0 @indent__s;
105+
padding: @indent__s 30px+@indent__s 0 @indent__s;
106106
position: relative;
107107
z-index: 1;
108108
text-transform: uppercase;
109+
word-break: break-all;
109110

110111
.lib-icon-font(
111112
@_icon-font-content: @icon-down,

0 commit comments

Comments
 (0)