Skip to content

Commit

Permalink
fix: wrap EventCard title text
Browse files Browse the repository at this point in the history
  • Loading branch information
costowell committed Nov 9, 2024
1 parent e33c11c commit 1ef0c82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/src/components/EventCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ export default defineComponent({
.card {
cursor: pointer;
}
.card-title {
white-space: normal;
}
</style>

0 comments on commit 1ef0c82

Please sign in to comment.