Skip to content

Commit

Permalink
Merge pull request #1855 from karlcow/1806/1
Browse files Browse the repository at this point in the history
Fixes #1806 by adding milestones/status style
  • Loading branch information
magsout authored Nov 3, 2017
2 parents cf042f2 + 76c6425 commit c1aa835
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 c1aa835

Please sign in to comment.