🐛 Fix very long token names on remap modal (#10356)

This commit is contained in:
Eva Marco 2026-06-22 13:12:41 +02:00 committed by GitHub
parent e495e0ac59
commit 4e33ce7c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@
@include t.use-typography("headline-medium");
color: var(--modal-title-foreground-color);
overflow-wrap: break-word;
overflow-wrap: anywhere;
}
.modal-content {