fix: stat card scroll
This commit is contained in:
parent
39fc15167c
commit
93af8ce47b
5 changed files with 65 additions and 58 deletions
|
|
@ -22,7 +22,7 @@ const props = withDefaults(
|
|||
<div
|
||||
class="row full-width"
|
||||
style="gap: var(--size-4)"
|
||||
:class="{ 'justify-between': $q.screen.lt.md, dark, 'no-wrap': nowrap }"
|
||||
:class="{ dark, 'no-wrap': nowrap }"
|
||||
>
|
||||
<AppBox
|
||||
v-for="v in props.branch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue