Skip to content

Commit

Permalink
Fix font size scaling of tag selector tags on macOS and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Mar 8, 2018
1 parent ea569b8 commit 438d966
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion chrome/content/zotero-platform/win/tagselector.css
@@ -1,4 +1,3 @@
button {
font-family: Segoe UI, sans-serif;
font-size: 1em;
}
1 change: 1 addition & 0 deletions chrome/skin/default/zotero/bindings/tagselector.css
Expand Up @@ -35,6 +35,7 @@ groupbox
overflow: hidden;
text-overflow: ellipsis;
background-color: transparent;
font-size: 1em; /* Scale with font size pref */
text-align: left;
white-space: nowrap;
border: 1px solid transparent; /* always include border so height is same as zotero-clicky */
Expand Down

0 comments on commit 438d966

Please sign in to comment.