Doc Prefs: Don't increase style list height at larger font sizes

https://forums.zotero.org/discussion/93655/is-there-a-fix-for-high-dpi-screens
This commit is contained in:
Dan Stillman 2022-01-02 16:57:06 -05:00
parent ad02b70198
commit b1b9759864

View file

@ -1,6 +1,6 @@
#style-listbox
{
height: 14em;
height: 14rem;
width: 325pt;
}