fix: stat responsive

This commit is contained in:
puriphatt 2024-07-03 11:00:45 +00:00
parent 7de60c101f
commit e2f07f47cb
2 changed files with 25 additions and 22 deletions

View file

@ -424,8 +424,8 @@ watch(locale, () => {
<template>
<div class="column full-height no-wrap">
<div class="surface-1 bordered rounded q-pa-md q-mb-md">
<StatCard label-i18n :branch="stats" :dark="$q.dark.isActive" />
<div class="surface-1 bordered rounded q-pa-md q-mb-md scroll">
<StatCard label-i18n :branch="stats" :dark="$q.dark.isActive" nowrap />
</div>
<div