How to increase the size of the zn-badge?

262 views Asked by At

When I increase the badge size, the top and bottom numbers are displayed and I am currently unable to insert a spacing between them.

badge

Could you help me insert this 'spacing' between the numbers displayed inside the circle?

html:

<nz-badge class="badge" [nzCount]="44" nzOverflowCount=999>
    <a class="head-example"></a>
</nz-badge>

css:

.ant-badge-count {
  height: 40px;
  width: 40px;
  padding: 3px;
  box-shadow: none;
  border-radius: 100px;
  line-height: 30px;
  font-size: 14px;
}
0

There are 0 answers