From e757bd673e57661e3f858f1ca9dfcf102b0c9136 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Mon, 6 Nov 2017 13:52:32 +0000 Subject: [PATCH] Move vertical align to affect label name & remove Fixes issue with Chrome where label was mis-aligned --- services/web/public/stylesheets/app/project-list.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index 792ef25d17..66b715d37c 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -348,6 +348,7 @@ ul.project-list { color: #FFF; border-radius: @tag-border-radius; background-color: @tag-bg-color; + vertical-align: text-bottom; &:hover, &:focus { background-color: @tag-bg-hover-color; @@ -360,7 +361,6 @@ ul.project-list { max-width: @tag-max-width; overflow: hidden; text-overflow: ellipsis; - vertical-align: text-bottom; } .tag-label-remove { padding-left: 0.3em;