Commit a21906a4 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'fix-labels-list-item-height-with-no-description' into 'master'

Fix label item height when no desc

Closes #47928

See merge request gitlab-org/gitlab-ce!21106
parents 7cb4d184 e92a02ab
......@@ -253,7 +253,7 @@
text-align: right;
padding: 0;
position: relative;
top: -3px;
margin: 0;
}
.label-badge {
......@@ -274,6 +274,7 @@
.label-links {
list-style: none;
margin: 0;
padding: 0;
white-space: nowrap;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment