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 b158856fe47fad8949637da91f3b877bfa2c38e8..3b445fea8e6a9c3ca2568901e19e1fd2963d7619 100644 |
| --- a/chrome/browser/resources/settings/settings_page/settings_subpage.html |
| +++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html |
| @@ -34,6 +34,10 @@ |
| font-weight: 500; |
| } |
| + #subpagePadding { |
| + padding-bottom: 60px; |
| + } |
| + |
| settings-subpage-search { |
| -webkit-margin-start: auto; |
| } |
| @@ -49,6 +53,7 @@ |
| </template> |
| </div> |
| <content></content> |
| + <div id="subpagePadding"></div> |
|
tommycli
2016/08/29 16:38:39
Is it possible to put that padding on the content
Dan Beam
2016/08/29 17:34:45
the answer to this question ("can we slap a paddin
dschuyler
2016/08/29 18:20:51
Acknowledged.
dschuyler
2016/08/29 18:20:51
Done.
|
| </template> |
| <script src="settings_subpage.js"></script> |
| </dom-module> |