style: enhance QuotationCard layout with full-width classes
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
This commit is contained in:
parent
dac0c6255d
commit
6fbb35dec1
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue