fix : added spacing between bt no and name

This commit is contained in:
karthik 2025-08-16 17:18:42 +05:30
parent c52b22a1ee
commit 213945b2e9
2 changed files with 6 additions and 2 deletions

View File

@ -583,7 +583,11 @@
.btno-label {
font-size: 1rem;
font-weight: 600;
color: #fff; /* Or match whatever text color you use */
color: #fff;
}
/* Extra spacing between the two */
.btno-space {
margin-right: 2rem; /* increase or decrease as needed */
}
.date-time {
font-weight: bold;

View File

@ -7,7 +7,7 @@
class="d-flex align-items-center text-light small justify-content-end flex-grow-1"
>
<span class="btno-label me-2">
<span class="btno-label btno-space">
<b>Operator:</b> {{ userName }}
</span>