feat(ReduksiSampahDinas): change max size width modal history
parent
bfa8d2bbe4
commit
c9c22a1d1b
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<!-- Modal History -->
|
<!-- Modal History -->
|
||||||
<dialog id="modal_history" class="modal">
|
<dialog id="modal_history" class="modal">
|
||||||
<div class="modal-box w-full">
|
<div class="modal-box max-w-md">
|
||||||
<form method="dialog">
|
<form method="dialog">
|
||||||
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2">✕</button>
|
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2">✕</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue