Skip to content

Commit 968af0e

Browse files
authored
Merge pull request #130 from w3c/submenu-icon-patch
fix submenu icons width
2 parents 1b0e642 + ee0cad2 commit 968af0e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

assets-src/styles/sass/30-base/_icons.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
svg {
66
fill: currentColor;
77
height: auto;
8-
9-
&:not(.svg-inline--fa) {
10-
width: 100%;
11-
}
8+
}
9+
10+
svg:not([class]) {
11+
width: 100%;
1212
}
1313

1414
/**

public/dist/assets/styles/core.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,8 @@ svg {
15221522
fill: currentColor;
15231523
height: auto;
15241524
}
1525-
svg:not(.svg-inline--fa) {
1525+
1526+
svg:not([class]) {
15261527
width: 100%;
15271528
}
15281529

public/dist/assets/styles/core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/components/columns_with_icons.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
{% endfor %}
4242
</ul>
4343
{% endif %}
44-
</div>
44+
</div>

0 commit comments

Comments
 (0)