Trade padding for bigger font on remove_tag_button.

Primarily affects the "unlink" / "delete" buttons on /tags.
Without the padding we can get an extra pt of font size, and these
buttons are somewhat of a readability struggle.
master
voussoir 2020-10-17 17:28:32 -07:00
parent c146e0d1b9
commit 7715e10b12
1 changed files with 2 additions and 2 deletions

View File

@ -126,11 +126,11 @@ input, select, textarea
{ {
/*position: absolute;*/ /*position: absolute;*/
vertical-align: middle; vertical-align: middle;
font-size: 7pt; font-size: 8pt;
min-width: 18px; min-width: 18px;
min-height: 14px; min-height: 14px;
/*padding: 0;*/ padding: 0;
} }
/* /*