refactor: remove tag p
parent
932a35cb96
commit
607d17f826
|
|
@ -51,7 +51,6 @@
|
||||||
<button type="button" class="btn btn-sm btn-circle btn-ghost" onclick="modal_filter_checklist.close()">✕</button>
|
<button type="button" class="btn btn-sm btn-circle btn-ghost" onclick="modal_filter_checklist.close()">✕</button>
|
||||||
</div>
|
</div>
|
||||||
<form action="#" method="get">
|
<form action="#" method="get">
|
||||||
<p class="py-4">
|
|
||||||
<fieldset class="fieldset max-w-sm">
|
<fieldset class="fieldset max-w-sm">
|
||||||
<legend class="fieldset-legend">Tahun</legend>
|
<legend class="fieldset-legend">Tahun</legend>
|
||||||
<select class="select w-full">
|
<select class="select w-full">
|
||||||
|
|
@ -71,7 +70,6 @@
|
||||||
<input type="month" class="input w-full" placeholder="Pilih bulan">
|
<input type="month" class="input w-full" placeholder="Pilih bulan">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
|
||||||
<div class="modal-action">
|
<div class="modal-action">
|
||||||
<button type="button" class="btn rounded-full" onclick="modal_filter_checklist.close()">Bersihkan</button>
|
<button type="button" class="btn rounded-full" onclick="modal_filter_checklist.close()">Bersihkan</button>
|
||||||
<button type="submit" class="btn btn-success rounded-full text-white">Terapkan Filter</button>
|
<button type="submit" class="btn btn-success rounded-full text-white">Terapkan Filter</button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue