Skip to content

Commit

Permalink
avoid link split in footer to allow easy reading (fix #15657) (#15665)
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-2018 authored Dec 5, 2024
1 parent 495efdd commit a617896
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion media/css/m24/components/footer-refresh.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@ $max-footer-content-width: $content-max;
@include bidi(((margin-right, 10%, 0), (margin-left, 0, 10%)));
}

a {
display: inline-block;
}

a,
a:link,
a:visited {
Expand All @@ -394,7 +398,7 @@ $max-footer-content-width: $content-max;
margin-bottom: $spacer-xs;

@media #{$mq-md} {
display: inline;
display: inline-block;
}
}

Expand Down

0 comments on commit a617896

Please sign in to comment.