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

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

Issue 362163004: Timeline: fix 'Range'/Pie Chart overlap when timeline details pan is shrunk (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: moved flex-shrik: to affect flex items, not container Created 6 years, 6 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 | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index a9d7569b41aa8bb61eee60f217d170c7d200f289..002cd9d8f6b9a0babb01dd257000c1b67afabfc2 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -760,6 +760,10 @@
margin: 6px;
}
+.timeline-range-summary > div {
+ flex-shrink: 0;
+}
+
.timeline-aggregated-info-legend > div {
overflow: hidden;
white-space: nowrap;
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698