mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
recipe time card allign buttons vertically
This commit is contained in:
parent
e48f9e69e3
commit
274c3efdd1
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
>
|
||||
<v-row
|
||||
no-gutters
|
||||
class="d-flex flex-no-wrap align-center "
|
||||
class="d-flex flex-no-wrap align-center"
|
||||
:style="fontSize"
|
||||
>
|
||||
<v-icon
|
||||
|
@ -40,7 +40,7 @@
|
|||
>
|
||||
<div
|
||||
v-if="validatePrepTime"
|
||||
class="d-flex flex-no-wrap my-1"
|
||||
class="d-flex flex-no-wrap my-1 align-center"
|
||||
>
|
||||
<v-icon
|
||||
:size="small ? 'small' : 'large'"
|
||||
|
@ -60,7 +60,7 @@
|
|||
/>
|
||||
<div
|
||||
v-if="validatePerformTime"
|
||||
class="d-flex flex-no-wrap my-1"
|
||||
class="d-flex flex-no-wrap my-1 align-center"
|
||||
>
|
||||
<v-icon
|
||||
:size="small ? 'small' : 'large'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue