fix: tags center-align

This commit is contained in:
Tienson Qin
2024-09-03 16:07:14 +08:00
parent a09930764a
commit 2b2887f255
2 changed files with 4 additions and 1 deletions

View File

@@ -872,6 +872,9 @@ html.is-mac {
@apply flex flex-row flex-wrap self-start items-center gap-1;
max-width: 256px;
}
.block-tag {
@apply flex text-sm h-6 items-center;
}
.block-tag span {
@apply whitespace-nowrap overflow-hidden;
max-width: 160px;