kayoo123 How did you make icone-tag into bubble (round) and not square ?
Change border-radius to 8 px
.TagIcon {
border-radius: 8px;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: -3px;
margin-left: 1px;
background: #e7edf3;
background-color: rgb(231, 237, 243);
}