Commit dba0d7c9 authored by Rubén Dávila's avatar Rubén Dávila

Decrease padding of labels for Milestone's issues tab.

* Also get rid of no longer required CSS.
parent 31e1a38b
...@@ -23,15 +23,9 @@ li.milestone { ...@@ -23,15 +23,9 @@ li.milestone {
font-weight: bold; font-weight: bold;
} }
.issue-row .assignee-icon { .issue-row {
.color-label { .color-label {
float: left; padding: 5px !important;
padding: 8px;
margin-left: 10px;
}
img {
margin-left: 8px;
} }
} }
} }
......
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