diff --git a/src/shared/components/challenge-listing/ChallengeCard/style.scss b/src/shared/components/challenge-listing/ChallengeCard/style.scss index c3188521c5..c537391e86 100644 --- a/src/shared/components/challenge-listing/ChallengeCard/style.scss +++ b/src/shared/components/challenge-listing/ChallengeCard/style.scss @@ -110,6 +110,8 @@ $challenge-radius-4: $corner-radius * 2; // date and technologies .details-footer { margin-top: $challenge-space-10; + width: max-content; + width: -webkit-max-content; .date { font-size: 12px; @@ -139,6 +141,12 @@ $challenge-radius-4: $corner-radius * 2; .technology:hover { background: $tc-dark-blue-30; } + + button { + &:last-of-type { + margin-right: 0; + } + } } // Challenge prizes