mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-22 03:42:20 -05:00
fix : Can't edit extra long category name depending on resolution (#6536)
Co-authored-by: “a24ithay” <“abilan.ithayakumar@imt-atlantique.net”> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -105,10 +105,9 @@
|
|||||||
<v-icon>
|
<v-icon>
|
||||||
{{ icon }}
|
{{ icon }}
|
||||||
</v-icon>
|
</v-icon>
|
||||||
<v-card-title class="py-1">
|
<v-card-title class="py-1 text-truncate flex-shrink-1 flex-grow-1">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
<v-spacer />
|
|
||||||
<ContextMenu
|
<ContextMenu
|
||||||
:items="[presets.delete, presets.edit]"
|
:items="[presets.delete, presets.edit]"
|
||||||
@delete="confirmDelete(item)"
|
@delete="confirmDelete(item)"
|
||||||
|
|||||||
Reference in New Issue
Block a user