From 592c8d6bd27280f10534131cb7ef5e637ca61f45 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 1 Jul 2020 16:40:30 -0700 Subject: [PATCH] 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. --- frontends/etiquette_flask/static/css/common.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontends/etiquette_flask/static/css/common.css b/frontends/etiquette_flask/static/css/common.css index 144a05a..9edc44a 100644 --- a/frontends/etiquette_flask/static/css/common.css +++ b/frontends/etiquette_flask/static/css/common.css @@ -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 {