mirror of
https://github.com/penpot/penpot.git
synced 2026-06-23 15:52:08 +00:00
🐛 Fix very long token names on remap modal (#10356)
This commit is contained in:
parent
e495e0ac59
commit
4e33ce7c46
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user