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

Unified Diff: dashboard/dashboard/elements/alerts-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 | « no previous file | dashboard/dashboard/elements/bisect-form.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/alerts-page.html
diff --git a/dashboard/dashboard/elements/alerts-page.html b/dashboard/dashboard/elements/alerts-page.html
index 5603353f609328cfddd662e959cdb0252ed5b276..01b9eaed5dc0999e1967ed9bcad86b3d5cfe8a0e 100644
--- a/dashboard/dashboard/elements/alerts-page.html
+++ b/dashboard/dashboard/elements/alerts-page.html
@@ -41,11 +41,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;
}
/* This class indicates a button toggled on (e.g. show improvements). */
« no previous file with comments | « no previous file | dashboard/dashboard/elements/bisect-form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698