mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 19:22:04 +08:00
🐛 Fix very long token names on remap modal (#10356)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user