Skip to content

Commit

Permalink
feat(RelatedArticles): ✨ add border to RA cards
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Mar 1, 2023
1 parent 6831312 commit 2a6e65b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

.ext-related-articles-card {
overflow: hidden; // Enforce rounded corner
border: 0 !important; // No border regardless
border-color: var( --border-color-base ) !important;
border-radius: var( --border-radius--medium ) !important; // Same border-radius regardless
background-color: var( --color-surface-2 );
}
Expand Down

0 comments on commit 2a6e65b

Please sign in to comment.