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

Unified Diff: dashboard/dashboard/pinpoint/elements/jobs-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/jobs-page.html
diff --git a/dashboard/dashboard/pinpoint/elements/jobs-page.html b/dashboard/dashboard/pinpoint/elements/jobs-page.html
index 65b5f3942cb735ca1dd9b4d02d9d76ecc046eb45..78659e588a3c6ef2510dcd4485eb6d5f1bb53a1e 100644
--- a/dashboard/dashboard/pinpoint/elements/jobs-page.html
+++ b/dashboard/dashboard/pinpoint/elements/jobs-page.html
@@ -31,11 +31,8 @@ found in the LICENSE file.
*/
#content {
display: inline-flex;
- display: -webkit-inline-flex;
flex-direction: column;
- -webkit-flex-direction: column;
align-items: flex-start;
- -webkit-align-items: flex-start;
}
#loading-spinner {
« no previous file with comments | « dashboard/dashboard/pinpoint/elements/job-page.html ('k') | dashboard/dashboard/pinpoint/elements/main-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698