fix : added spacing between bt no and name
This commit is contained in:
parent
c52b22a1ee
commit
213945b2e9
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user