mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 02:49:42 +00:00
better title proportions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<h3>{{ $t('my_tasks.title_warning') }}</h3>
|
||||
<h2>{{ $t('my_tasks.title_warning') }}</h2>
|
||||
|
||||
<tab-table>
|
||||
<template v-slot:thead>
|
||||
@@ -9,7 +9,7 @@
|
||||
</template>
|
||||
</tab-table>
|
||||
|
||||
<h3>{{ $t('my_tasks.title_alert') }}</h3>
|
||||
<h2>{{ $t('my_tasks.title_alert') }}</h2>
|
||||
<tab-table>
|
||||
<template v-slot:thead>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user