Skip to content

Commit 5ad2fd6

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

File tree

1 file changed

+7
-3
lines changed
  • app/design/frontend/Magento/blank/Magento_LayeredNavigation/web/css/source

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,25 @@
1111

1212
.block.filter {
1313
margin-bottom: 40px;
14-
.title {
14+
.filter-title {
1515
margin-bottom: 20px;
1616
strong {
1717
font-size: 18px;
1818
}
1919
}
20-
.subtitle {
20+
.filter-subtitle {
2121
display: none;
2222
}
23+
.filter-options-title {
24+
word-break: break-all;
25+
}
26+
2327
.filter-options-content {
2428
.filter-count-label {
2529
&:extend(.abs-visually-hidden all);
2630
}
2731
}
28-
.options {
32+
.filter-options {
2933
margin: 0;
3034
> dt {
3135
.lib-heading(h4);

0 commit comments

Comments
 (0)