diff --git a/src/components/PlayerProfileView/ProfileSummary.vue b/src/components/PlayerProfileView/ProfileSummary.vue index 46a3863..2b8cc78 100644 --- a/src/components/PlayerProfileView/ProfileSummary.vue +++ b/src/components/PlayerProfileView/ProfileSummary.vue @@ -330,6 +330,7 @@ const activeTrains = computed(() => { .player-journal-links { display: flex; justify-content: center; + flex-wrap: wrap; gap: 0.5em; margin-top: 1em; }