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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css

Issue 2506903004: DevTools: Fix timeline flamechart popover style. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css
index 4d5ca1ef127d8ed001f0748b5eb421a16bcbe8f9..dacf7d1786360334a0f22d50c4d6b3f575402b83 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelineFlamechartPopover.css
@@ -4,6 +4,10 @@
* found in the LICENSE file.
*/
+.timeline-flamechart-popover {
+ overflow: hidden;
+}
+
.timeline-flamechart-popover span {
margin-right: 5px;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698