From b6955e35df628cb5fc2abef46fd84adb91cc4f3c Mon Sep 17 00:00:00 2001 From: richbl Date: Wed, 29 Jun 2016 14:03:53 -0700 Subject: [PATCH] Style additions to results component --- styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/styles.css b/styles.css index de7cc6c..d272b07 100644 --- a/styles.css +++ b/styles.css @@ -42,3 +42,15 @@ body { border-top-left-radius: 0; border-top-right-radius: 0; } + +.reportCanvas { + height: 85% !important; +} + +.dashboardCanvas { + height: 85% !important; +} + +.nav-tabs { + margin-top: 20px; +}