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

Unified Diff: chrome/browser/resources/md_history/history.html

Issue 1910773002: MD History: Fix layout of expanded search box in small windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Aaaand remove it again Created 4 years, 8 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/md_history/history_toolbar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/history.html
diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
index 2c115fa749130d482fdc680723c3bb404927a9ef..82ac05b0f3a62979a9b288cdf15c140bdb35fd76 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -25,11 +25,7 @@
flex: 0 0 56px;
}
- #history-list {
- flex: 1 0 0;
- overflow: auto;
- }
-
+ #history-list,
#history-synced-device-manager {
flex: 1 0 0;
}
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698