Skip to content

Commit 64854da

Browse files
committed
fix: select in office
1 parent c091dd4 commit 64854da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/frontend/pages/office.blade.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
</div>
2222
</div>
2323
<div class="col-md-6">
24-
<div>
24+
<div class="flex items-center gap-2 mt-3">
2525
<label for="branch-thana">District: </label>
26-
<select class=" hx-include" hx-include=".hx-include"
26+
<select class="grow hx-include" hx-include=".hx-include"
2727
hx-get="{{ route('office') }}" hx-select="#hx-filter-target"
2828
hx-target="#hx-filter-target" hx-swap="outerHTML" label="Select District"
2929
id="branch-district" name="district" placeholder="Select District...">
@@ -35,9 +35,9 @@
3535
</div>
3636
</div>
3737
<div class="col-md-6">
38-
<div class="mb-2" id="thanas" hx-swap-oob="true">
38+
<div class="mb-2 flex items-center gap-2 mt-3" id="thanas" hx-swap-oob="true">
3939
<label for="branch-thana">Thana: </label>
40-
<select class=" hx-include" hx-include=".hx-include"
40+
<select class="grow hx-include" hx-include=".hx-include"
4141
hx-get={{ route('office') }} hx-select="#hx-filter-target"
4242
hx-target="#hx-filter-target" hx-swap="outerHTML" id="branch-thana" name="thana"
4343
placeholder="Select Thana...">

0 commit comments

Comments
 (0)