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:
parent
e61d436791
commit
592c8d6bd2
1 changed files with 1 additions and 2 deletions
|
@ -246,7 +246,6 @@ button:active
|
|||
.remove_tag_button_perm
|
||||
{
|
||||
/*position: absolute;*/
|
||||
top: 3px;
|
||||
vertical-align: middle;
|
||||
font-size: 7pt;
|
||||
|
||||
|
@ -283,7 +282,7 @@ is hovered over.
|
|||
font-size: 0.9em;
|
||||
text-decoration: none;
|
||||
font-family: monospace;
|
||||
line-height: 1.3;
|
||||
line-height: 1.5;
|
||||
}
|
||||
#message_area
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue