mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
Fix annotation item pane title word cutoff (#5271)
This commit is contained in:
parent
143829065f
commit
32009ccdb6
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue