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:
commit
ea891fb3ad
2 changed files with 6 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
|||
|
||||
.label-link {
|
||||
display: inline-flex;
|
||||
vertical-align: top;
|
||||
vertical-align: text-bottom;
|
||||
|
||||
&:hover .color-label {
|
||||
text-decoration: underline;
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Change label link vertical alignment property
|
||||
merge_request: 18777
|
||||
author: George Tsiolis
|
||||
type: changed
|
Loading…
Reference in a new issue