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

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

Issue 1925253003: DevTools: fix visual regressions in full text search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added fix for unwanted whitespace 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 | 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/sourcesSearch.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
index 0f1fd639e2fa188f5b21e35ee85bb3b3d1bbedef..ed822d13fd74b4fc5a5305353f82dd06e69cb5e9 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
@@ -8,6 +8,8 @@
flex: none;
display: flex;
border-bottom: 2px solid #e8e8e8;
+ white-space: nowrap;
+ overflow: hidden;
}
.search-drawer-header input.search-config-search {
@@ -17,6 +19,7 @@
border-radius: 2px;
color: #303030;
border: none;
+ min-width: 95px;
}
.search-drawer-header .search-icon {
@@ -63,7 +66,7 @@
}
.search-drawer-header label.search-config-label {
- margin: 2px 0px;
+ margin: 2px 4px;
margin-left: 8px;
color: #303030;
display: flex;
@@ -81,6 +84,9 @@
.search-toolbar-summary .search-message {
padding-top: 2px;
padding-left: 1ex;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
}
#search-results-pane-file-based li {
« 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