Skip to content

Commit

Permalink
fix(home): remediate 'Ends in...' padding issue (#3028)
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland authored Jan 10, 2025
1 parent 11d584b commit 1591de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const AchievementOfTheWeek: FC = () => {
<SystemChip {...system} className="bg-zinc-800" />

{achievementOfTheWeek.activeUntil ? (
<span className="smalldate">
<span className="smalldate !min-w-fit self-end">
<Trans
i18nKey="Ends <1>{{when}}</1>"
values={{ when: achievementOfTheWeek.activeUntil }}
Expand Down

0 comments on commit 1591de2

Please sign in to comment.