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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css

Issue 2571813003: DevTools: search result urls shouldn't wrap multiple lines (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css b/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
index d4ad56c9bca0792b021021b38ae8b36ab45ad7db..bb91341867899e87e7b3901d7e83ce01f57b6fac 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
@@ -32,6 +32,7 @@ li.search-result:hover {
li.search-result .search-result-file-name {
font-weight: bold;
color: #222;
+ white-space: normal;
}
li.search-result .search-result-matches-count {
« 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