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

Unified Diff: dashboard/dashboard/elements/speed-releasing-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
« no previous file with comments | « dashboard/dashboard/elements/nav-bar.html ('k') | dashboard/dashboard/elements/trace-form.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/speed-releasing-page.html
diff --git a/dashboard/dashboard/elements/speed-releasing-page.html b/dashboard/dashboard/elements/speed-releasing-page.html
index c033e63019d13bc4758cc740472274cb8f902dab..9931598e7af92077ef0decc44950ced874e666ce 100644
--- a/dashboard/dashboard/elements/speed-releasing-page.html
+++ b/dashboard/dashboard/elements/speed-releasing-page.html
@@ -33,11 +33,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/elements/nav-bar.html ('k') | dashboard/dashboard/elements/trace-form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698