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

Unified Diff: chrome/browser/resources/options/automatic_settings_reset_banner.css

Issue 1455063003: Fix JS whoopsies from https://crrev.com/e2f61d09c3f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dan's feedback. Created 5 years, 1 month 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/options/automatic_settings_reset_banner.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/automatic_settings_reset_banner.css
diff --git a/chrome/browser/resources/options/automatic_settings_reset_banner.css b/chrome/browser/resources/options/automatic_settings_reset_banner.css
index a62408f361aae791e963abdb495fde4b390fc501..d11484a60673b64853c207e6d9a73d8799283a11 100644
--- a/chrome/browser/resources/options/automatic_settings_reset_banner.css
+++ b/chrome/browser/resources/options/automatic_settings_reset_banner.css
@@ -55,7 +55,7 @@ html[dir='rtl'] .settings-banner > .close-button {
.settings-banner .content-area .text {
-webkit-margin-start: 18px;
- flex: 1.0;
+ flex: 1;
}
.settings-banner .content-area .text p {
« no previous file with comments | « no previous file | chrome/browser/resources/options/automatic_settings_reset_banner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698