From 76c6425ae41623f8db94ffe68f7f749667eb05cf Mon Sep 17 00:00:00 2001 From: Karl Dubost Date: Wed, 1 Nov 2017 09:22:02 +0900 Subject: [PATCH] Issue #1806 - Fixes the milestones/status label style --- .../css/development/components/issue-list.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/webcompat/static/css/development/components/issue-list.css b/webcompat/static/css/development/components/issue-list.css index 6ba5e61d7..19e89edb4 100644 --- a/webcompat/static/css/development/components/issue-list.css +++ b/webcompat/static/css/development/components/issue-list.css @@ -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%;