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

Unified Diff: dashboard/dashboard/pinpoint/elements/main-page.html

Issue 2995833002: Switch dashboard 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: dashboard/dashboard/pinpoint/elements/main-page.html
diff --git a/dashboard/dashboard/pinpoint/elements/main-page.html b/dashboard/dashboard/pinpoint/elements/main-page.html
index b670118f6ef2144cf3717015e36d4c4d8d6c00de..35b8feca143eda68999a01df080176e3db3a053c 100644
--- a/dashboard/dashboard/pinpoint/elements/main-page.html
+++ b/dashboard/dashboard/pinpoint/elements/main-page.html
@@ -10,11 +10,8 @@ found in the LICENSE file.
<style>
#content {
display: inline-flex;
- display: -webkit-inline-flex;
flex-direction: column;
- -webkit-flex-direction: column;
align-items: flex-start;
- -webkit-align-items: flex-start;
}
</style>
« no previous file with comments | « dashboard/dashboard/pinpoint/elements/jobs-page.html ('k') | dashboard/dashboard/pinpoint/elements/navigation-bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698