Skip to content

Commit

Permalink
BugFix: Show all information on challenge card Cloud-CV#4357
Browse files Browse the repository at this point in the history
  • Loading branch information
melqtx committed Jun 14, 2024
1 parent da7e068 commit aaf4eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/css/modules/challenge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ a.active-challenge {
}

.ev-challenge-card {
height: 425px;
height: 455px;
}

.ev-dashboard-card {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@import 'styles/variables';

.ev-challenge-card {
min-height: 415px;
min-height: 450px;
}

p {
Expand Down

0 comments on commit aaf4eee

Please sign in to comment.