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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html

Issue 2888263002: DevTools: Roll Lighthouse binary to 2.0.1-alpha.0 (Closed)
Patch Set: rebase Created 3 years, 7 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
Index: third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html
diff --git a/third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html b/third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html
index f9c163c5a0cfaaae8c9bf3a177b71d187b46ebf7..441f106794da145577f67b8ed02a0d9ca464da1c 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html
+++ b/third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html
@@ -408,10 +408,13 @@
text-decoration: none;
color: inherit;
flex: 1;
+ min-width: auto;
+ position: relative;
}
.lh-gauge__label {
font-size: 16px;
margin-top: var(--default-padding);
+ text-align: center;
}
@media screen and (max-width: 767px) {
.lh-gauge__label {

Powered by Google App Engine
This is Rietveld 408576698