🐛 Fix long text inside color tooltip (#10511)

This commit is contained in:
Eva Marco 2026-07-01 13:38:51 +02:00 committed by GitHub
parent 7e8590b04c
commit abbd28d101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,6 +159,7 @@ $arrow-side: 12px;
padding: var(--sp-s) var(--sp-m);
grid-area: content;
block-size: fit-content;
overflow-wrap: anywhere;
}
.tooltip-trigger {