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

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

Issue 2303093003: MD Settings: Internet: Enable SIM unlock with no cellular network (Closed)
Patch Set: No settings_vars_css cleanup Created 4 years, 3 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: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index e69b9c0f55f831dc8bfd3aa4634bbab58eff591a..2dbb60f31b02d760e0f5810da1828d123136b894 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -262,7 +262,7 @@
border-top: var(--settings-separator-line);
display: flex;
min-height: var(--settings-row-min-height);
- padding: 0 20px;
+ padding: 0 var(--settings-box-row-padding);
}
/* We use an explicit tag to remove the top border, rather than a

Powered by Google App Engine
This is Rietveld 408576698