Commit a04ac761 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix MR labels css

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