🐛 Fix long token names overflow remap modal (#8224)

This commit is contained in:
Xaviju 2026-01-28 12:44:07 +01:00 committed by GitHub
parent 71c349479f
commit eacc033567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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