Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_page/settings_subpage.html |
| diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage.html b/chrome/browser/resources/settings/settings_page/settings_subpage.html |
| index 5bb179d03169030885955d1af1fa8707b7527d06..c6fedc4d104a529ff5bb245783254742252e8446 100644 |
| --- a/chrome/browser/resources/settings/settings_page/settings_subpage.html |
| +++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html |
| @@ -18,9 +18,14 @@ |
| .settings-box.first { |
| min-height: 40px; |
| + padding-bottom: 24px; |
|
dschuyler
2017/01/28 02:24:26
It may be an optical illusion, but the screen shot
scottchen
2017/01/30 22:39:28
I think I misunderstood the bug report for this on
|
| padding-top: 8px; |
| } |
| + .settings-box.first > h1 { |
| + -webkit-margin-start: 4px; |
| + } |
| + |
| paper-icon-button { |
| /* Centers the ripple on the icon with appropriate margin on right. */ |
| -webkit-margin-end: 8px; |