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 6510322 commit 5ad2fd6Copy full SHA for 5ad2fd6
app/design/frontend/Magento/blank/Magento_LayeredNavigation/web/css/source/_module.less
@@ -11,21 +11,25 @@
11
12
.block.filter {
13
margin-bottom: 40px;
14
- .title {
+ .filter-title {
15
margin-bottom: 20px;
16
strong {
17
font-size: 18px;
18
}
19
20
- .subtitle {
+ .filter-subtitle {
21
display: none;
22
23
+ .filter-options-title {
24
+ word-break: break-all;
25
+ }
26
+
27
.filter-options-content {
28
.filter-count-label {
29
&:extend(.abs-visually-hidden all);
30
31
- .options {
32
+ .filter-options {
33
margin: 0;
34
> dt {
35
.lib-heading(h4);
0 commit comments