Commit ff127fcd authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '208242-fix-scoped-labels-in-emails' into 'master'

Fix scoped labels rendering in emails

See merge request gitlab-org/gitlab!27294
parents 7633a476 b0220ec8
......@@ -20,7 +20,11 @@ pre.commit-message {
}
.gl-label-scoped {
box-shadow: 0 0 0 2px currentColor inset;
border: 2px solid currentColor;
box-sizing: border-box;
display: inline-block;
height: 17px;
line-height: 14px;
}
.gl-label-text {
......
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