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

Unified Diff: third_party/WebKit/Source/devtools/front_end/object_ui/objectPopover.css

Issue 2740803002: [DevTools] Simplify Popover API (Closed)
Patch Set: better Created 3 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: third_party/WebKit/Source/devtools/front_end/object_ui/objectPopover.css
diff --git a/third_party/WebKit/Source/devtools/front_end/object_ui/objectPopover.css b/third_party/WebKit/Source/devtools/front_end/object_ui/objectPopover.css
index c903e28746acdcc042304a48143829939c2c8e55..c04f20228f1fc879a0f9063bb26df38ef6653d73 100644
--- a/third_party/WebKit/Source/devtools/front_end/object_ui/objectPopover.css
+++ b/third_party/WebKit/Source/devtools/front_end/object_ui/objectPopover.css
@@ -51,6 +51,11 @@
margin-left: 10px;
}
+.function-title-link-container .devtools-link {
+ white-space: nowrap;
+ overflow: hidden;
+}
+
.function-location-step-into {
position: relative;
height: 14px;

Powered by Google App Engine
This is Rietveld 408576698