Index: chrome/browser/resources/options2/instant_confirm_overlay.html |
diff --git a/chrome/browser/resources/options2/instant_confirm_overlay.html b/chrome/browser/resources/options2/instant_confirm_overlay.html |
index bbd55a784956bcab6926cf27ea4fbf93f4567cfc..d2f845dc6cc293c928531c4771bda66c59bc16c2 100644 |
--- a/chrome/browser/resources/options2/instant_confirm_overlay.html |
+++ b/chrome/browser/resources/options2/instant_confirm_overlay.html |
@@ -1,8 +1,8 @@ |
<div id="instantConfirmOverlay" class="page" hidden> |
<h1 i18n-content="instantConfirmTitle"></h1> |
- <!-- The text has line breaks, so we must use a pre. --> |
<div class="content-area"> |
- <pre class="overlayText" i18n-content="instantConfirmMessage"></pre> |
+ <!-- The text has line breaks, so we must use a pre. --> |
+ <pre i18n-content="instantConfirmMessage"></pre> |
<a id="instantConfirmLearnMore" target="_blank" i18n-content="learnMore" |
i18n-values="href:instantLearnMoreLink"></a> |
</div> |