fix: wraping
This commit is contained in:
parent
1986ef593a
commit
e931d3b60e
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ const props = withDefaults(
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="row" style="gap: var(--size-4)" :class="{ dark }">
|
||||
<div class="row no-wrap" style="gap: var(--size-4)" :class="{ dark }">
|
||||
<div
|
||||
v-for="v in props.branch"
|
||||
class="no-padding shadow-2 stat-card"
|
||||
|
|
@ -28,7 +28,7 @@ const props = withDefaults(
|
|||
<div class="col-4 text-center">
|
||||
<q-avatar
|
||||
size="lg"
|
||||
style="background-color: hsla(0 0% 100% /0.15)"
|
||||
style="background-color: hsla(0 0% 100% /0.2)"
|
||||
text-color="white"
|
||||
:icon="v.icon"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue