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

Unified Diff: tracing/tracing/ui/tracks/model_track.html

Issue 3002533002: Switch tracing to new flexbox. (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « tracing/tracing/ui/tracks/drawing_container.css ('k') | tracing/tracing/ui/tracks/process_track_base.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/tracks/model_track.html
diff --git a/tracing/tracing/ui/tracks/model_track.html b/tracing/tracing/ui/tracks/model_track.html
index 4069e39fd2cca0db4bab3b5dbc62a9666a37a74c..7522051cf7bd4cc600f3ef4bd2926075c74ac02b 100644
--- a/tracing/tracing/ui/tracks/model_track.html
+++ b/tracing/tracing/ui/tracks/model_track.html
@@ -20,7 +20,7 @@ found in the LICENSE file.
<style>
.model-track {
- -webkit-box-flex: 1;
+ flex-grow: 1;
}
</style>
« no previous file with comments | « tracing/tracing/ui/tracks/drawing_container.css ('k') | tracing/tracing/ui/tracks/process_track_base.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698