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

Unified Diff: chrome/browser/resources/search_header.css

Issue 651993002: downloads: truncate long search results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/search_header.css
diff --git a/chrome/browser/resources/search_header.css b/chrome/browser/resources/search_header.css
index c9cc70b6564b4f79b2953a57e1bf494b9f04d619..a7e0e51fa42c331f84717e1ea5e3a29eee092301 100644
--- a/chrome/browser/resources/search_header.css
+++ b/chrome/browser/resources/search_header.css
@@ -52,4 +52,7 @@ header > :-webkit-any(form, input[type='search']) {
.summary :first-child {
flex: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
« 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