fix: wraping

This commit is contained in:
Methapon2001 2024-07-04 14:27:35 +07:00
parent 1986ef593a
commit e931d3b60e

View file

@ -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"
/>