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

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

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: width/height -> right/bottom 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/heapProfiler.css
diff --git a/Source/devtools/front_end/heapProfiler.css b/Source/devtools/front_end/heapProfiler.css
index c0e5b91913b69a3651d6e82b451a8df853b66844..6e1fb5618f95444e33fadcbb1a47f33f5de0b42e 100644
--- a/Source/devtools/front_end/heapProfiler.css
+++ b/Source/devtools/front_end/heapProfiler.css
@@ -146,13 +146,17 @@
height: 80px;
}
+.heap-snapshot-view .retaining-paths-view {
+ overflow: hidden;
+}
+
.heap-snapshot-view .retainers-view-header {
background-image: url(Images/statusbarResizerVertical.png);
background-color: rgb(236, 236, 236);
border-bottom: 1px solid rgb(179, 179, 179);
background-repeat: no-repeat;
background-position: right center, center;
- height: 21px;
+ flex: 0 0 21px;
}
.heap-snapshot-view .retainers-view-header .title > span {

Powered by Google App Engine
This is Rietveld 408576698