Commit c4f42544 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'fix-issue-dashboard-style' into 'multiple_assignees_review'

Fix issue dashboard style

See merge request !1809
parents d01a03b3 21263cf6
...@@ -575,16 +575,19 @@ ...@@ -575,16 +575,19 @@
vertical-align: text-top; vertical-align: text-top;
} }
} }
}
}
.avatar-counter { .issuable-list li,
display: inline-block; .issue-info-container .controls {
vertical-align: middle; .avatar-counter {
min-width: 16px; display: inline-block;
line-height: 14px; vertical-align: middle;
height: 16px; min-width: 16px;
padding-left: 2px; line-height: 14px;
padding-right: 2px; height: 16px;
} padding-left: 2px;
padding-right: 2px;
} }
} }
......
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