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 { |