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

Unified Diff: tracing/tracing/base/base.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 | « no previous file | tracing/tracing/ui/base/heading.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/base.html
diff --git a/tracing/tracing/base/base.html b/tracing/tracing/base/base.html
index f1746563df0eb8d07ec84a0a8f92bf5c0092b586..c313389b4d0ea2e6f799ccba3d96f67bf6249881 100644
--- a/tracing/tracing/base/base.html
+++ b/tracing/tracing/base/base.html
@@ -79,7 +79,7 @@ this.tr = (function() {
panicOverlay.style.border = '3px solid red';
panicOverlay.style.boxSizing = 'border-box';
panicOverlay.style.color = 'black';
- panicOverlay.style.display = '-webkit-flex';
+ panicOverlay.style.display = 'flex';
panicOverlay.style.height = '100%';
panicOverlay.style.left = 0;
panicOverlay.style.padding = '8px';
« no previous file with comments | « no previous file | tracing/tracing/ui/base/heading.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698