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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2714883002: MD Settings: About page, show error messages with <br> and <pre> tags. (Closed)
Patch Set: Resolved conflicts. Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index b11722048a4beefcf261395219238ce311409652..977c71bbcd84c4768e661e76da203c9942c0aa62 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -58,7 +58,7 @@
iron-icon {
-webkit-margin-end: var(--about-page-image-space);
- width: 32px; /* The width of the product-logo img. */
+ min-width: 32px; /* The width of the product-logo img. */
}
iron-icon[icon='settings:check-circle'] {
@@ -69,6 +69,10 @@
fill: var(--paper-red-600);
}
+ .settings-box .start {
+ overflow-x: auto;
+ }
+
#regulatoryInfo img {
width: 330px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698