| Index: third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css b/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
|
| index 2280acfbe000f73ea33da473b233de4b83394fca..b60620dc790d24e74995745c9ac59f63ce70e498 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
|
| @@ -138,12 +138,18 @@
|
| bottom: 0;
|
| }
|
|
|
| +.heap-snapshot-statistics-view {
|
| + overflow: auto;
|
| +}
|
| +
|
| .heap-snapshot-stats-pie-chart {
|
| margin: 12px 30px;
|
| + flex-shrink: 0;
|
| }
|
|
|
| .heap-snapshot-stats-legend {
|
| margin-left: 24px;
|
| + flex-shrink: 0;
|
| }
|
|
|
| .heap-snapshot-stats-legend > div {
|
|
|