Fix: amount input flex width

This commit is contained in:
Jose Olarte III
2025-06-30 16:49:20 +08:00
parent f4856f48aa
commit 4745cf8536

View File

@@ -2,7 +2,7 @@
controls * * Extracted from GiftedDialog.vue to handle numeric amount input * controls * * Extracted from GiftedDialog.vue to handle numeric amount input *
with increment/decrement buttons and validation. * * @author Matthew Raymer */ with increment/decrement buttons and validation. * * @author Matthew Raymer */
<template> <template>
<div class="flex"> <div class="flex flex-grow">
<button <button
class="rounded-s border border-e-0 border-slate-400 bg-slate-200 px-4 py-2" class="rounded-s border border-e-0 border-slate-400 bg-slate-200 px-4 py-2"
:disabled="isAtMinimum" :disabled="isAtMinimum"