Move vertical align to affect label name & remove
Fixes issue with Chrome where label was mis-aligned
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user