Skip to content

Commit

Permalink
Issue #1806 - Fixes the milestones/status label style
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Nov 1, 2017
1 parent 9a5cfdc commit 76c6425
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions webcompat/static/css/development/components/issue-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,19 @@
}
}

/* status */
.wc-IssueList-status {
display: block;
text-align: right;
font-size: .8em;
}

@media all and (max-width: 59.37em) {
.wc-IssueList-status {
text-align: left;
}
}

/* Section */
.wc-IssueList-section {
width: 50%;
Expand Down

0 comments on commit 76c6425

Please sign in to comment.