Commit a04ac761 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix MR labels css

parent d905a431
......@@ -95,14 +95,7 @@
color: #999;
.merge-request-labels {
a {
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
.color-label {
padding: 6px 10px;
}
}
display: inline-block;
}
}
}
......@@ -192,6 +185,13 @@
}
}
.merge-request-show-labels .label {
padding: 6px 10px;
.merge-request-show-labels {
a {
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
.color-label {
padding: 6px 10px;
}
}
}
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