Skip to content

Commit

Permalink
Fix links overflowing their container in IE10/11
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Jan 26, 2021
1 parent d98bbff commit c98bd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/govuk/objects/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
.govuk-link {
@include govuk-font($size: 19, $line-height: 19px);
display: inline-block;
max-width: 100%;
margin-top: $link-spacing;
margin-bottom: $link-spacing + $vertical-gap;
text-align: center;
Expand Down

0 comments on commit c98bd68

Please sign in to comment.