diff options
author | Mark Côté <mcote@alumni.uwaterloo.ca> | 2016-08-03 17:59:23 +0200 |
---|---|---|
committer | Mark Côté <mcote@alumni.uwaterloo.ca> | 2016-08-03 17:59:23 +0200 |
commit | df005eaa61f55b352751dda0f3efb319c3b40981 (patch) | |
tree | a39ef9b771e25fc0588c80aca472af02555497d8 /extensions/MozReview/web/style | |
parent | 04eaf299e8e5670b93f08f99950cd02db532fb30 (diff) | |
download | bugzilla-df005eaa61f55b352751dda0f3efb319c3b40981.tar.gz bugzilla-df005eaa61f55b352751dda0f3efb319c3b40981.tar.xz |
Bug 1286027 - Display MozReview diff stats r=glob
Now that MozReview's ReviewRequestSummary API has diff stats (lines added
and removed), we can display that in BMO's MozReview table.
I also removed the commit ID and made the summary link to the diff, since
the former doesn't seem to be particularly useful.
Diffstat (limited to 'extensions/MozReview/web/style')
-rw-r--r-- | extensions/MozReview/web/style/mozreview.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/MozReview/web/style/mozreview.css b/extensions/MozReview/web/style/mozreview.css index 4a288d927..a2263fc11 100644 --- a/extensions/MozReview/web/style/mozreview.css +++ b/extensions/MozReview/web/style/mozreview.css @@ -50,8 +50,9 @@ text-align: center; } -.mozreview-diff-link { - font-family: monospace; +.mozreview-requests .mozreview-diffstat { + text-align: center; + white-space: nowrap; } /* bug-modal specific */ |