| Index: chrome/browser/resources/settings/settings_page_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_page_css.html b/chrome/browser/resources/settings/settings_page_css.html
|
| index 6aa289ef18703913b9e2540e76b1b80d61af3b2a..e26e9d7e9955c50bcb25592796cf706036087bf3 100644
|
| --- a/chrome/browser/resources/settings/settings_page_css.html
|
| +++ b/chrome/browser/resources/settings/settings_page_css.html
|
| @@ -15,15 +15,13 @@
|
| width: 96%;
|
| }
|
|
|
| - :host(.showing-subpage) {
|
| + :host(.showing-subpage),
|
| + :host(.showing-subpage) #basicPage,
|
| + :host(.showing-subpage) #advancedPage {
|
| /* The subpage container should extend to the bottom of the page. */
|
| height: 100%;
|
| }
|
|
|
| - :host > div {
|
| - height: inherit;
|
| - }
|
| -
|
| :host > div > :not(.expanded) {
|
| /* The margin and padding here are doing two things: make the total
|
| * separation 24px; and make scrollIntoView align the section header
|
|
|