mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +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");
|
@include t.use-typography("headline-medium");
|
||||||
|
|
||||||
color: var(--modal-title-foreground-color);
|
color: var(--modal-title-foreground-color);
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user