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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_v2.css

Issue 2412993002: Make PEM debugging section fixed width in the SSL interstitial (Closed)
Patch Set: Created 4 years, 2 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: components/security_interstitials/core/browser/resources/interstitial_v2.css
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.css b/components/security_interstitials/core/browser/resources/interstitial_v2.css
index ea9e1f9b66f924827727269571e342fc2b4510f9..54d6fba76c15722728829f2b3d5096996f19c44e 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.css
+++ b/components/security_interstitials/core/browser/resources/interstitial_v2.css
@@ -61,6 +61,11 @@ button:hover {
margin-top: 1em;
}
+.debugging-content-pem {
+ font-family: monospace;
+ display: block;
+}
+
.debugging-title {
font-weight: bold;
}

Powered by Google App Engine
This is Rietveld 408576698