Skip to content

Commit

Permalink
fix: remove border dan padding untuk col lebih bayar
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinfitriadi committed Feb 6, 2024
1 parent 2072205 commit cf2031b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ <h1 class="text-center">Kalkulator Pajak</h1>
pajakDes >= 0 ?
`Rp${pajakDes.toLocaleString(LOCALE_STRING)}` :
`
<button type="button" class="text-danger btn position-relative">
<button type="button" class="text-danger btn position-relative border-0 p-0">
-Rp${Math.abs(pajakDes).toLocaleString(LOCALE_STRING)}
<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger">
Kelebihan Bayar!
Expand Down

0 comments on commit cf2031b

Please sign in to comment.