Move vertical align to affect label name & remove

Fixes issue with Chrome where label was mis-aligned
This commit is contained in:
Alasdair Smith 2017-11-06 13:52:32 +00:00
parent 3593c4b221
commit e757bd673e

View file

@ -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;