Skip to content

Commit 697ee7d

Browse files
committed
Fix styling on leaderboard tiles to prevent overflow
1 parent 619139a commit 697ee7d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Types of changes include:
1212

1313
## Upcoming/Unreleased
1414

15-
- FIXED: Fixed a bug that sometimes caused chart tooltips to be one day behind where they should be. (h/t Chaotics)
1615
- CHANGED: When creating a new project or goal, you are now taken to that project or goal's page after creation. This matches the already-existing behavior for leaderboards.
1716
- CHANGED: If you only have one project, the Enter Progress dialog will automatically select that project. (h/t Lara)
17+
- FIXED: Fixed a bug that sometimes caused chart tooltips to be one day behind where they should be. (h/t Chaotics)
18+
- FIXED: Very long leaderboard descriptions no longer overflow their cards on the leaderboard list page. (h/t Lady Jane)
1819

1920
## 1.4.2
2021

src/components/leaderboard/LeaderboardTile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function onStarClick() {
4949
</div>
5050
</template>
5151
<template #content>
52-
<div class="flex flex-col md:flex-row md:h-8 md:items-end gap-2">
52+
<div class="flex flex-col md:flex-row md:items-end gap-2">
5353
<div class="font-light italic grow">
5454
{{ props.leaderboard.description }}
5555
</div>

0 commit comments

Comments
 (0)