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

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

Issue 2744773002: [DevTools] Fix ObjectPopover for objects not staying the same size (Closed)
Patch Set: 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 255f22f0a9774ee2b852c838be8da1b90bc7d3ab..c903e28746acdcc042304a48143829939c2c8e55 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
@@ -8,6 +8,7 @@
display: block;
position: relative;
overflow: hidden;
+ flex: 1 1 auto;
}
.object-popover-title {

Powered by Google App Engine
This is Rietveld 408576698