| 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;
|
|
|