Reduce margin around tag selector textbox to restore 2 full lines of tags at min height (on OS X anyway)

This commit is contained in:
Dan Stillman 2007-01-04 12:23:47 +00:00
parent 68e082a2fb
commit 7aa5662bae

View File

@ -73,3 +73,8 @@ toolbarbutton.zotero-clicky
padding:1px;
height:1em;
}
textbox
{
margin: 3px 0 1px;
}