Skip to content

Commit

Permalink
fix(client): fix CSS specifity in ContentCardLink
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Nov 21, 2023
1 parent ff76045 commit 057b189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions judgels-client/src/components/ContentCard/ContentCard.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import '../../styles/variables/colors';

.content-card {
padding: 15px;
margin-bottom: 10px;
overflow: auto;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../../styles/base';

.content-card-link {
.content-card.content-card-link {
color: inherit !important;
display: block;
padding: 0;
Expand Down

0 comments on commit 057b189

Please sign in to comment.