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

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css

Issue 2708723004: DevTools: Fix overlapped text in memory statistics view (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698