Skip to content

Commit

Permalink
fix(shs-6081): arrow in vertical linked cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Nez committed Feb 18, 2025
1 parent 2837b69 commit 715350e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
}

&__title__link {
& > div {
display: inline-block;
}

&::after {
content: '';
display: inline-block;
Expand Down

0 comments on commit 715350e

Please sign in to comment.