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

Unified Diff: chrome/browser/resources/options2/cookies_view.css

Issue 9706031: Settings: Fix a few overlays that set min-width on the list directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/options2/cookies_view.css
diff --git a/chrome/browser/resources/options2/cookies_view.css b/chrome/browser/resources/options2/cookies_view.css
index db0df5a5f9414bbf637ef929a318b567e694c307..cc48f8b36a1db3891936feae1e941ec2a39b3cb4 100644
--- a/chrome/browser/resources/options2/cookies_view.css
+++ b/chrome/browser/resources/options2/cookies_view.css
@@ -47,8 +47,6 @@ html[dir=rtl] #remove-all-cookies-search-column {
#cookies-list {
border: 1px solid #D9D9D9;
margin: 0;
- max-height: 400px;
- overflow-y: auto;
}
/* Enable animating the height of items. */

Powered by Google App Engine
This is Rietveld 408576698