Skip to content

Commit

Permalink
fix(info labels): wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 29, 2024
1 parent 598ec06 commit a12eb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/servers/manage/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
:show-game-label="showGameLabel"
:show-loader-label="showLoaderLabel"
:uptime-seconds="uptimeSeconds"
class="flex min-w-0 flex-col items-center gap-4 text-secondary *:hidden sm:flex-row sm:*:flex"
class="flex min-w-0 flex-col flex-wrap items-center gap-4 text-secondary *:hidden sm:flex-row sm:*:flex"
/>
</div>
</div>
Expand Down

0 comments on commit a12eb85

Please sign in to comment.