From d29738a2b8e83c84c9b5e9a1b5fe7c72d09e8b65 Mon Sep 17 00:00:00 2001 From: Surma Date: Sat, 4 Jul 2015 20:52:19 +0100 Subject: [PATCH] Dashboard template: Better comment on browserhack --- templates/dashboard/styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/dashboard/styles.css b/templates/dashboard/styles.css index 26bb65d2..7b758e7d 100644 --- a/templates/dashboard/styles.css +++ b/templates/dashboard/styles.css @@ -89,14 +89,17 @@ html, body { flex-direction: column; align-items: stretch; } -/* FIXME: This is a temporary workaround for IE10/11 */ +/* TODO: Find a proper solution to have the graphs + * not float around outside their container in IE10/11. + * Using a browserhacks.com solution for now. + */ _:-ms-input-placeholder, :root .demo-graphs { min-height: 664px; } _:-ms-input-placeholder, :root .demo-graph { max-height: 300px; } -/* FIXME end */ +/* TODO end */ .demo-graph:nth-child(1) { color: #00b9d8; }