| Index: Source/devtools/front_end/timelinePanel.css
|
| diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
|
| index a8ca9b6808b6f1c29037a3ab27476ff0702dd275..66a6bd5c78e8a819486b164c50e4666f9fce0f75 100644
|
| --- a/Source/devtools/front_end/timelinePanel.css
|
| +++ b/Source/devtools/front_end/timelinePanel.css
|
| @@ -752,8 +752,12 @@
|
| .timeline-aggregated-info {
|
| flex: none;
|
| position: relative;
|
| - margin: 8px 2px;
|
| - width: 200px;
|
| + margin: 8px;
|
| +}
|
| +
|
| +.timeline-range-summary {
|
| + align-items: center;
|
| + margin: 6px;
|
| }
|
|
|
| .timeline-aggregated-info-legend > div {
|
|
|