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;