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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_urls_page.html

Issue 2441173002: MD Settings: Ensure iron-lists are populated and sized correctly.
Patch Set: Remove scroll container class, seemed to have no effect. Created 4 years, 2 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 | chrome/browser/resources/settings/search_engines_page/search_engines_list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
index a00e970f7c0c3b14af693b93778589fd025ca649..c120e6783fc04f0df5ba96a6e733dd14aee5dbdb 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
@@ -19,7 +19,7 @@
}
</style>
<div id="outer" class="layout vertical flex">
- <div id="container" class="scroll-container flex" scrollable>
+ <div id="container" class="flex" scrollable>
<iron-list items="[[startupPages_]]" scroll-target="container">
<template>
<settings-startup-url-entry model="[[item]]"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_engines_page/search_engines_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698