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

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

Issue 2538043006: Settings: About: Fix cros channel info. (Closed)
Patch Set: Fix non cros tests Created 4 years 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: chrome/browser/resources/settings/about_page/detailed_build_info.html
diff --git a/chrome/browser/resources/settings/about_page/detailed_build_info.html b/chrome/browser/resources/settings/about_page/detailed_build_info.html
index 68a8ed73d33a6217f311cd8a75a6d8db87594640..5ac6d63529d15f712bb21c94bb8834110511c0aa 100644
--- a/chrome/browser/resources/settings/about_page/detailed_build_info.html
+++ b/chrome/browser/resources/settings/about_page/detailed_build_info.html
@@ -15,6 +15,10 @@
-webkit-user-select: text;
}
+ iron-icon {
+ padding: 8px;
+ }
+
/* The command line string can contain very long substrings that
* don't have any spaces, need to force a line break in such cases. */
#command-line {

Powered by Google App Engine
This is Rietveld 408576698