fix(tag): resolve the issue of style deviation when tag components have null values under the SaaS theme (#3540)

This commit is contained in:
wuyiping 2025-06-26 19:56:37 -07:00 committed by GitHub
parent 53a476f1a1
commit f5b6f37a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
@apply whitespace-nowrap; @apply whitespace-nowrap;
@apply inline-flex; @apply inline-flex;
@apply items-center; @apply items-center;
@apply align-middle;
@apply overflow-hidden; @apply overflow-hidden;
@apply text-ellipsis; @apply text-ellipsis;