| Index: Source/devtools/front_end/timelinePanel.css
|
| diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
|
| index d3105214b0edbc85df2d3243010cb56251fa6efe..1a9e6bd95a98602116aa19b347a80e5223fd9e76 100644
|
| --- a/Source/devtools/front_end/timelinePanel.css
|
| +++ b/Source/devtools/front_end/timelinePanel.css
|
| @@ -37,16 +37,6 @@
|
| pointer-events: none;
|
| }
|
|
|
| -#timeline-overview-panel .split-view-sidebar > label {
|
| - margin: 6px 0 3px 5px;
|
| - height: auto;
|
| - display: flex;
|
| -}
|
| -
|
| -#timeline-overview-panel .split-view-sidebar > label > input {
|
| - margin-right: 6px;
|
| -}
|
| -
|
| .timeline-records-title, .timeline-records-list {
|
| background-color: rgb(236, 236, 236);
|
| }
|
| @@ -282,7 +272,7 @@
|
| }
|
|
|
| #timeline-overview-pane {
|
| - flex: none;
|
| + flex: auto;
|
| position: relative;
|
| overflow: hidden;
|
| }
|
|
|