Fix last editpane tab being misaligned vertically (#2864)
This commit is contained in:
parent
7bada8ce0c
commit
618e71b5f1
1 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,8 @@ input {
|
|||
|
||||
/* This seems to be necessary to center the tabs. Not sure why. */
|
||||
.zotero-editpane-tabs > tab:last-of-type > hbox .tab-text {
|
||||
margin: 2px 9px 2px 9px !important;
|
||||
margin-left: 9px !important;
|
||||
margin-right: 9px !important;
|
||||
}
|
||||
|
||||
.zotero-editpane-tabs > tab[selected=true] > hbox .tab-text {
|
||||
|
|
Loading…
Reference in a new issue