From b3475add53633af45dd8e0fef2003b9d8d6ccb38 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Fri, 8 May 2020 17:56:35 -0700 Subject: [PATCH] Adjust gauge chart stories --- ui/app/styles/storybook.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/app/styles/storybook.scss b/ui/app/styles/storybook.scss index d5a0157f7..bc37fe426 100644 --- a/ui/app/styles/storybook.scss +++ b/ui/app/styles/storybook.scss @@ -125,17 +125,17 @@ } .chart-container { - width: 150px; + width: 200px; padding: 15px; border: 1px solid $ui-gray-200; display: inline-block; &.is-small { - width: 100px; + width: 150px; } &.is-large { - width: 200px; + width: 250px; } &.is-xlarge {