Skip to content

Commit 03c8050

Browse files
authored
Fix footer's link wrapping in Firefox. (#8569)
1 parent e21442b commit 03c8050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/web_css/lib/src/_footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
color: var(--pub-footer-text-color);
1616

1717
> a.link {
18+
display: inline-block;
1819
color: var(--pub-footer-text-color);
1920
padding-right: 12px;
2021
text-wrap: nowrap;

0 commit comments

Comments
 (0)