| Index: chrome/browser/resources/tracing/timeline.css
|
| diff --git a/chrome/browser/resources/tracing/timeline.css b/chrome/browser/resources/tracing/timeline.css
|
| index 22258316228b646bbe559f7d26ffb5b68f95c328..6d749942f673e442bd3a0f5b53b0bdcb6b7873cd 100644
|
| --- a/chrome/browser/resources/tracing/timeline.css
|
| +++ b/chrome/browser/resources/tracing/timeline.css
|
| @@ -35,9 +35,10 @@ found in the LICENSE file.
|
|
|
| .timeline-slice-track-title {
|
| text-align: right;
|
| - overflow: visible;
|
| - width: 300px;
|
| + overflow: hidden;
|
| + white-space: nowrap;
|
| padding-right: 5px;
|
| + text-overflow: ellipsis;
|
| }
|
|
|
| .timeline-slice-track-canvas-container {
|
|
|