🐛 Fix long typography token name in tooltip in design tab (#10387)

This commit is contained in:
Luis de Dios 2026-06-26 10:50:19 +02:00 committed by GitHub
parent 66719a14f5
commit d16a2c93e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,4 +86,5 @@
.token-name-tooltip {
color: var(--color-foreground-primary);
overflow-wrap: anywhere;
}