| Index: Source/devtools/front_end/timeline/timelinePanel.css
|
| diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
|
| index 6ef42e8076ecce5cd8d16b0a9b51758870f0f2b8..814905ee4011979ffc251998079cbe68670f766c 100644
|
| --- a/Source/devtools/front_end/timeline/timelinePanel.css
|
| +++ b/Source/devtools/front_end/timeline/timelinePanel.css
|
| @@ -253,10 +253,9 @@
|
| #timeline-overview-events,
|
| #timeline-overview-memory,
|
| #timeline-overview-power {
|
| - flex: 0 0 79px;
|
| + flex: 0 0 100px;
|
| z-index: 160;
|
| width: 100%;
|
| - margin-bottom: 1px;
|
| }
|
|
|
| #timeline-overview-memory {
|
| @@ -264,7 +263,7 @@
|
| }
|
|
|
| #timeline-overview-frames {
|
| - flex-basis: 100px;
|
| + flex-basis: 120px;
|
| }
|
|
|
| #timeline-overview-pane {
|
|
|