Merge branch 'remove-link-label-vertical-alignment-property' into 'master'

Remove label link vertical alignment property

Closes #46080

See merge request gitlab-org/gitlab-ce!18777
This commit is contained in:
Filipa Lacerda 2018-06-14 14:00:51 +00:00
commit ea891fb3ad
2 changed files with 6 additions and 1 deletions

View file

@ -220,7 +220,7 @@
.label-link { .label-link {
display: inline-flex; display: inline-flex;
vertical-align: top; vertical-align: text-bottom;
&:hover .color-label { &:hover .color-label {
text-decoration: underline; text-decoration: underline;

View file

@ -0,0 +1,5 @@
---
title: Change label link vertical alignment property
merge_request: 18777
author: George Tsiolis
type: changed