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

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

Issue 2298533002: [MD settings] Show up to six on startup urls without scrolling (Closed)
Patch Set: Created 4 years, 4 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/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 d51298f5d21d5e546ed489081ae57babad3bcb3f..462c8a839cdaa2e0a3ea5bca93ec8f2a6f79658c 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
@@ -12,7 +12,7 @@
<style include="settings-shared">
#outer {
@apply(--settings-list-frame-padding);
- max-height: 300px;
+ max-height: 395px; /** Enough height to show six entries. */
}
#container iron-list > settings-startup-url-entry:not(:first-of-type) {
border-top: var(--settings-separator-line);
« 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