提交 ebda972b 编写于 作者: A Annabel Gray

Merge branch 'fix-labels-too-large-from-label-list-redesign' into 'master'

Fix labels too large

Closes #47499 and #47762

See merge request gitlab-org/gitlab-ce!19640
......@@ -58,7 +58,7 @@
}
.color-label {
padding: $gl-padding-4 $grid-size;
padding: 0 $grid-size;
line-height: 16px;
border-radius: $label-border-radius;
color: $white-light;
......@@ -112,6 +112,10 @@
}
}
}
.color-label {
padding: $gl-padding-4 $grid-size;
}
}
.prioritized-labels {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册