Skip to content

Commit d6d1bdf

Browse files
committed
Merge pull request #2978 from gets0ul/issue-2887
Fix for Issue #2887 MSFT-229
1 parent 9b1408c commit d6d1bdf

File tree

1 file changed

+8
-0
lines changed
  • src/shared/components/challenge-listing/ChallengeCard

1 file changed

+8
-0
lines changed

src/shared/components/challenge-listing/ChallengeCard/style.scss

+8
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ $challenge-radius-4: $corner-radius * 2;
110110
// date and technologies
111111
.details-footer {
112112
margin-top: $challenge-space-10;
113+
width: max-content;
114+
width: -webkit-max-content;
113115

114116
.date {
115117
font-size: 12px;
@@ -139,6 +141,12 @@ $challenge-radius-4: $corner-radius * 2;
139141
.technology:hover {
140142
background: $tc-dark-blue-30;
141143
}
144+
145+
button {
146+
&:last-of-type {
147+
margin-right: 0;
148+
}
149+
}
142150
}
143151

144152
// Challenge prizes

0 commit comments

Comments
 (0)