Fix font size scaling of tag selector tags on macOS and Linux
This commit is contained in:
parent
ea569b8b1a
commit
438d9669c1
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
button {
|
||||
font-family: Segoe UI, sans-serif;
|
||||
font-size: 1em;
|
||||
}
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue