mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
wrap mealplan settings
This commit is contained in:
parent
2cba2d5fd2
commit
f38541588a
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
</v-date-picker>
|
||||
</v-menu>
|
||||
|
||||
<div class="d-flex align-center justify-space-between mb-2">
|
||||
<v-tabs>
|
||||
<div class="d-flex flex-wrap align-center justify-space-between mb-2">
|
||||
<v-tabs style="width: fit-content;">
|
||||
<v-tab :to="`/group/mealplan/planner/view`">{{ $t('meal-plan.meal-planner') }}</v-tab>
|
||||
<v-tab :to="`/group/mealplan/planner/edit`">{{ $t('general.edit') }}</v-tab>
|
||||
</v-tabs>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue