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

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

Issue 2640403003: Fix UI glitches on Performance and Memory panels (Closed)
Patch Set: fix flamechart panning bug Created 3 years, 11 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/profiler/profilesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
index fd35038cd65eef2b6c16fe4b90d3b04258c17fb0..2ef347e379853034b758ef3a38a42e33d24126c5 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
@@ -172,7 +172,7 @@ body.inactive .profile-launcher-view-content button.running:not(.toolbar-item) {
}
.js_profiler.panel select.chrome-select,
-.heap_profiler.panel select.chrome-select,
+.heap_profiler.panel select.chrome-select
{
font-size: 12px;
width: 150px;

Powered by Google App Engine
This is Rietveld 408576698