fix: stat responsive
This commit is contained in:
parent
7de60c101f
commit
e2f07f47cb
2 changed files with 25 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue