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

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

Issue 362243002: [DevTools] Fix debug toolbar drawer style. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: Source/devtools/front_end/sourcesPanel.css
diff --git a/Source/devtools/front_end/sourcesPanel.css b/Source/devtools/front_end/sourcesPanel.css
index 12bad85bab2ea5b28654e6ce3a524cd83e72eefc..74d9f892c5b404c1eaa2538024321aadff26d54f 100644
--- a/Source/devtools/front_end/sourcesPanel.css
+++ b/Source/devtools/front_end/sourcesPanel.css
@@ -71,6 +71,7 @@
display: flex;
padding-left: 3px;
border-top: 1px solid rgb(196,196,196);
+ height: 24px;
eustas 2014/07/02 09:33:20 I'd rather use white-space: nowrap;
dgozman 2014/07/02 09:36:37 That's a right fix too. But this label is intended
}
#scripts-editor-toolbar {
« 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