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

Unified Diff: Source/devtools/front_end/breadcrumbList.css

Issue 129793013: DevTools: Implement Styles search and Computed style filter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 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: Source/devtools/front_end/breadcrumbList.css
diff --git a/Source/devtools/front_end/breadcrumbList.css b/Source/devtools/front_end/breadcrumbList.css
index 925d5a8dbc01030abc24da5690b8bd6a530615f9..d7a8214dbb7537ba30e822c26f4189dfd2e87efc 100644
--- a/Source/devtools/front_end/breadcrumbList.css
+++ b/Source/devtools/front_end/breadcrumbList.css
@@ -32,13 +32,13 @@
pointer-events: auto;
cursor: default;
font-size: 11px;
- line-height: 17px;
+ line-height: 22px;
}
.crumbs .crumb {
display: inline-block;
padding: 0 7px;
- height: 18px;
+ height: 22px;
white-space: nowrap;
}

Powered by Google App Engine
This is Rietveld 408576698