Fix font size scaling of tag selector tags on macOS and Linux

This commit is contained in:
Dan Stillman 2018-03-07 22:15:08 -05:00
parent ea569b8b1a
commit 438d9669c1
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,3 @@
button {
font-family: Segoe UI, sans-serif;
font-size: 1em;
}

View file

@ -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 */