🐛 fix(tags): arabic tags stuck together

Co-Authored-By: welpo <welpo@users.noreply.github.com>
This commit is contained in:
Awiteb 2024-02-10 10:14:32 +03:00
parent 119533b176
commit 89b1e719f5
No known key found for this signature in database
GPG key ID: 16C8AD0B49C39C88

View file

@ -30,6 +30,7 @@
margin-top: 0.1rem;
.tag {
display: inline-block;
margin-right: 0.7rem;
font-weight: 400;
font-size: 0.75rem;
@ -91,4 +92,4 @@
width: 100%;
}
}
}
}