Fixes #474, No way to rename attachments with blank titles
This commit is contained in:
parent
3858dfd88b
commit
2df4fe20d0
|
@ -261,6 +261,12 @@
|
|||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* Don't collapse blank attachment labels, since it prevents renaming */
|
||||
#zotero-attachment-label
|
||||
{
|
||||
min-height: 1.25em;
|
||||
}
|
||||
|
||||
#zotero-splitter
|
||||
{
|
||||
border-top: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user