UX: catch edge cases in tooltip (#20327)

This commit is contained in:
chapoi 2023-02-16 16:34:17 +07:00 committed by GitHub
parent 33ee46d62b
commit 99eceab6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,5 @@
background: var(--secondary);
border: 1px solid var(--primary-low);
box-shadow: shadow("menu-panel");
overflow-wrap: break-word;
}