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

Unified Diff: tracing/tracing/ui/tracks/drawing_container.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
« no previous file with comments | « tracing/tracing/ui/timeline_view_help_overlay.html ('k') | tracing/tracing/ui/tracks/model_track.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/tracks/drawing_container.css
diff --git a/tracing/tracing/ui/tracks/drawing_container.css b/tracing/tracing/ui/tracks/drawing_container.css
index a4a8cdb5b89ac9ebab41e77e1dd6ba52e89360a0..bd7bb1bcc88d49156e1e2008e0040080def115aa 100644
--- a/tracing/tracing/ui/tracks/drawing_container.css
+++ b/tracing/tracing/ui/tracks/drawing_container.css
@@ -4,7 +4,7 @@
*/
.drawing-container {
- -webkit-box-flex: 1;
+ flex-grow: 1;
display: inline;
overflow: auto;
overflow-x: hidden;
@@ -12,7 +12,7 @@
}
.drawing-container-canvas {
- -webkit-box-flex: 1;
+ flex-grow: 1;
display: block;
pointer-events: none;
position: absolute;
« no previous file with comments | « tracing/tracing/ui/timeline_view_help_overlay.html ('k') | tracing/tracing/ui/tracks/model_track.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698