Fix last editpane tab being misaligned vertically (#2864)

This commit is contained in:
Abe Jellinek 2022-10-10 21:47:20 -04:00 committed by GitHub
parent 7276223a90
commit 9be51a5cb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,8 @@
/* 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 {