Fix layout overlap in card amount select box by adjusting padding

This commit is contained in:
antv
2026-07-15 22:47:22 +07:00
parent b3549ff3eb
commit 939287d9b3
+1 -1
View File
@@ -92,7 +92,7 @@ $tpls = [
<div class="mb-6">
<label class="block text-[11px] font-bold uppercase tracking-widest mb-2" id="labelQty" style="color:#B8860B;">Số lượng thẻ</label>
<div class="flex items-center gap-3">
<select name="amount" id="amount" class="form-input rounded-xl border-[#e8edf4] bg-white/90 !w-auto !px-5" required>
<select name="amount" id="amount" class="form-input rounded-xl border-[#e8edf4] bg-white/90 !w-auto !pl-5 !pr-10" required>
<option value="1">1 Thẻ</option>
<option value="2">2 Thẻ</option>
<option value="3">3 Thẻ</option>