Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2900)

Unified Diff: chrome/browser/resources/tracing/timeline.css

Issue 8359025: Tons of timeline tweaks (Closed)
Patch Set: Style fixes Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « no previous file | chrome/browser/resources/tracing/timeline.js » ('j') | chrome/browser/resources/tracing/timeline.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698