Fix collapsible section summary overflow-wrap (#3819)

fix: #3818
This commit is contained in:
windingwind 2024-03-09 18:58:09 +08:00 committed by GitHub
parent 16fa1ac893
commit d2dc9dd3c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ collapsible-section {
overflow: hidden;
color: var(--fill-secondary);
text-overflow: ellipsis;
overflow-wrap: anywhere;
opacity: 1;
transition: opacity 0.2s ease-in-out;