mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Don't wrap text in nav (#4035)
* Move v-list-item-text to v-text-overflow, use in tables * Fix type issue
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</template>
|
||||
<v-list>
|
||||
<v-list-item v-for="n in 5" :key="n" @click="edit('heading', { level: n })">
|
||||
<v-list-item-text>{{ $t(`wysiwyg_options.h${n}`) }}</v-list-item-text>
|
||||
<v-text-overflow :text="$t(`wysiwyg_options.h${n}`)" />
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-menu>
|
||||
|
||||
Reference in New Issue
Block a user