Increase tag_object line height from 1.3 to 1.5.

I'm finding weird behavior where on the main /tags page, hovering
over the tags shows the delete / unlink button without a problem,
but on a specific tag page hovering over this button causes the
rest of the list to shift a pixel or two.
I'm sure this line-height fix is nothing more than a bandaid and
not the right thing to change.
This commit is contained in:
voussoir 2020-07-01 16:40:30 -07:00
parent e61d436791
commit 592c8d6bd2

View file

@ -246,7 +246,6 @@ button:active
.remove_tag_button_perm .remove_tag_button_perm
{ {
/*position: absolute;*/ /*position: absolute;*/
top: 3px;
vertical-align: middle; vertical-align: middle;
font-size: 7pt; font-size: 7pt;
@ -283,7 +282,7 @@ is hovered over.
font-size: 0.9em; font-size: 0.9em;
text-decoration: none; text-decoration: none;
font-family: monospace; font-family: monospace;
line-height: 1.3; line-height: 1.5;
} }
#message_area #message_area
{ {