style: enhance QuotationCard layout with full-width classes
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s

This commit is contained in:
puriphatt 2025-03-07 17:03:45 +07:00
parent dac0c6255d
commit 6fbb35dec1

View file

@ -47,7 +47,7 @@ const rand = Math.random();
</script>
<template>
<div
class="surface-1 rounded q-pa-sm quo-card bordered column"
class="surface-1 rounded q-pa-sm quo-card bordered column full-width"
:class="{ 'urgent-card': urgent }"
:style="{ '--animation-delay': rand + 's' }"
>
@ -110,8 +110,8 @@ const rand = Math.random();
</nav>
</header>
<div class="ellipsis q-px-xs">
<b>{{ title || '-' }}</b>
<div class="text-bold q-px-xs ellipsis full-width">
{{ title || '-' }}
<q-tooltip anchor="bottom start" self="top left">
{{ title || '-' }}
</q-tooltip>