Skip to content

Commit

Permalink
Merge pull request #219 from nationalarchives/fix/inline-block-link
Browse files Browse the repository at this point in the history
Change record-summary link to inline-block
  • Loading branch information
JamesWChan authored Dec 2, 2021
2 parents 3ead868 + b7aaf19 commit 15bfac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/includes/_card-groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

&__link {
@extend .tna-card__link;
display: inline;
display: inline-block;
color: $color__blue_3;
text-decoration: underline;
margin-left: 0.5rem;
Expand Down

0 comments on commit 15bfac3

Please sign in to comment.