I have a table cell and it has a string in it. I need to give space provide a single space after comma using only CSS/scss. It should look like this.
Currently it looks like below image
This 3,500 GE text is in a span tag and I also need to change the position of text inside the span tag as shown in first tag.
All I can find solution using JS, but I want through only CSS/SCSS.
.amountCount {
text-align: center;
position: relative;
}
<span class="amountCount">3,500 GE</span>