This commit is contained in:
KONE SOREL 2026-04-07 13:05:02 +00:00
parent 75e72d8dd2
commit d2e8e6994b

View File

@ -1,4 +1,4 @@
<?php
$txt_nbdetail = ($nbdetail < 10) ? "0".$nbdetail : $nbdetail;
?>
<span id="detailbareme" class="badge rounded-pill bg-primary-ghost bg-opacity-10 text-primary ms-2"><?= $txt_nbdetail; ?></span>
<span id="detailbareme" class="badge rounded-pill bg-primary-ghost bg-opacity-10 text-primary ms-2 fs-6"><?= $txt_nbdetail; ?></span>