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

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

Issue 2902363002: [MD settings] adjust button layout (Closed)
Patch Set: restore overflow-y auto Created 3 years, 7 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
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 155ded00997fe08d986b55a1f4ec13e3cc07a5f7..37243091bd4bd4a5d1399a175226641507fc5080 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
@@ -22,6 +22,10 @@
max-height: 395px; /** Enough height to show six entries. */
}
+ #container {
+ overflow: visible; /* Allow ripple to go outside of the row. */
+ }
stevenjb 2017/05/25 22:28:17 We might want to do this separately, it's not comp
+
#container iron-list > settings-startup-url-entry:not(:first-of-type) {
border-top: var(--settings-separator-line);
}

Powered by Google App Engine
This is Rietveld 408576698