fix(profile): wrapping journal links

This commit is contained in:
2026-02-18 02:32:28 +01:00
parent 448c6e387e
commit 7b07a43715
@@ -330,6 +330,7 @@ const activeTrains = computed(() => {
.player-journal-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 0.5em;
margin-top: 1em;
}