Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2054)

Unified Diff: Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css

Issue 402643002: Do not wrap the bugs column on the flakiness dashboard (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Just add nowrap on the link Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/TestResultServer/static-dashboards/flakiness_dashboard.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
index 697bd3e25665684c953d7f7526191d07b13b5b3f..d4563c2e8193968f4eba3f549c8176058b7f4e92 100644
--- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
+++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
@@ -50,6 +50,9 @@
.test-table tr > td:nth-child(2) {
white-space: normal;
}
+.test-table .file-new-bug {
+ white-space: nowrap;
+}
.test-table {
width: 100%;
}
« no previous file with comments | « Tools/TestResultServer/static-dashboards/flakiness_dashboard.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698