Fix annotation item pane title word cutoff (#5271)

This commit is contained in:
windingwind 2025-05-08 22:36:38 +02:00 • committed by GitHub
parent 143829065f
commit 32009ccdb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,8 @@ annotation-items-pane {
collapsible-section > .head .title-box .summary {
opacity: 1 !important;
width: 0;
white-space: nowrap;
white-space: wrap;
word-break: break-all;
display: inline;
}