| Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| index bae47150f14476a9a02f4b60f83e432b62b3093f..58353ea9c891dc77fc499dcbc490608bd91d07a5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| @@ -329,6 +329,10 @@
|
| background-color: #f3f3f3;
|
| }
|
|
|
| +.timeline-details-view-body > div {
|
| + overflow: hidden;
|
| +}
|
| +
|
| .timeline-details-view-block {
|
| flex: none;
|
| display: flex;
|
| @@ -614,4 +618,5 @@
|
| background-color: white;
|
| padding: 6px 10px;
|
| color: #5a5a5a;
|
| + white-space: nowrap;
|
| }
|
|
|