refactor: remove tag p

main-dlh
Regiaaaaaa 2025-11-18 11:30:54 +07:00
parent 932a35cb96
commit 607d17f826
1 changed files with 0 additions and 2 deletions

View File

@ -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>