mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-17 22:41:21 -05:00
fix: Make quantity input in shopping list item editor visually consistent with other inputs (#6810)
This commit is contained in:
committed by
GitHub
parent
adc9c0b970
commit
2b15d9a515
@@ -10,11 +10,8 @@
|
|||||||
:label="$t('form.quantity-label-abbreviated')"
|
:label="$t('form.quantity-label-abbreviated')"
|
||||||
:min="0"
|
:min="0"
|
||||||
:precision="null"
|
:precision="null"
|
||||||
variant="plain"
|
|
||||||
control-variant="stacked"
|
control-variant="stacked"
|
||||||
inset
|
inset
|
||||||
density="compact"
|
|
||||||
class="centered-number-input"
|
|
||||||
style="width: 100px;"
|
style="width: 100px;"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -242,10 +239,3 @@ export default defineNuxtComponent({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.centered-number-input :deep(.v-field) {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user