Title: [257895] trunk/Websites/perf.webkit.org
Revision
257895
Author
zhifei_f...@apple.com
Date
2020-03-04 19:14:47 -0800 (Wed, 04 Mar 2020)

Log Message

Test-freshness page table heaer misplaced
Some platform name is too long
https://bugs.webkit.org/show_bug.cgi?id=208617

Reviewed by Ryosuke Niwa.

* public/v3/pages/test-freshness-page.js:
(TestFreshnessPage.cssTemplate):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (257894 => 257895)


--- trunk/Websites/perf.webkit.org/ChangeLog	2020-03-05 02:35:06 UTC (rev 257894)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2020-03-05 03:14:47 UTC (rev 257895)
@@ -1,3 +1,14 @@
+2020-03-04  Zhifei Fang  <zhifei_f...@apple.com>
+
+        Test-freshness page table heaer misplaced
+        Some platform name is too long
+        https://bugs.webkit.org/show_bug.cgi?id=208617
+
+        Reviewed by Ryosuke Niwa.
+
+        * public/v3/pages/test-freshness-page.js:
+        (TestFreshnessPage.cssTemplate):
+
 2019-12-15  Zhifei Fang  <zhifei_f...@apple.com>
 
         Add power metric to perf dashboard

Modified: trunk/Websites/perf.webkit.org/public/v3/pages/test-freshness-page.js (257894 => 257895)


--- trunk/Websites/perf.webkit.org/public/v3/pages/test-freshness-page.js	2020-03-05 02:35:06 UTC (rev 257894)
+++ trunk/Websites/perf.webkit.org/public/v3/pages/test-freshness-page.js	2020-03-05 03:14:47 UTC (rev 257895)
@@ -431,7 +431,7 @@
                 vertical-align: bottom;
             }
             #test-health .row-head {
-                min-width: 15.5rem;
+                min-width: 18.5rem;
             }
             #test-health th {
                 text-align: left;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to