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

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

Issue 2196613003: MD Settings: Remove unnecessary scrollbar from Sign out dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index dc19175001f7b5346a3fbba0f4f875015f776250..5da5438917c15ad7c60cefcf6c887307b35d22b6 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -67,6 +67,10 @@
height: var(--iron-icon-height);
width: var(--iron-icon-width);
}
+
+ paper-checkbox {
+ margin: 16px 0 2px;
+ }
</style>
<settings-animated-pages id="pages" current-route="{{currentRoute}}"
section="people">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698