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

Unified Diff: tracing/tracing/ui/tracks/thread_track.css

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
Index: tracing/tracing/ui/tracks/thread_track.css
diff --git a/tracing/tracing/ui/tracks/thread_track.css b/tracing/tracing/ui/tracks/thread_track.css
index c42cee032d8801c954c5e89c90b6cf5ea960584f..4e063bbad48dbcdd41e4af79f42da8b54589358b 100644
--- a/tracing/tracing/ui/tracks/thread_track.css
+++ b/tracing/tracing/ui/tracks/thread_track.css
@@ -4,7 +4,7 @@
*/
.thread-track {
- -webkit-box-orient: vertical;
- display: -webkit-box;
+ flex-direction: column;
+ display: flex;
position: relative;
}
« no previous file with comments | « tracing/tracing/ui/tracks/process_track_base.css ('k') | tracing/tracing_examples/chrome_inspect_test_shell.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698