From a7d27e5417fae037fce86574dde521ae8a3feffb Mon Sep 17 00:00:00 2001 From: jingliuqing Date: Mon, 1 Jun 2015 18:52:38 +0800 Subject: [PATCH] The overview chart is so big and ugly while use `width: 100%` We can see the snapshot in launchpad Change-Id: I43703548110a76ac0175b6865adceaa96e9ecb77 Closes-Bug: #1460609 --- .../static/dashboard/scss/components/_charts.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack_dashboard/static/dashboard/scss/components/_charts.scss b/openstack_dashboard/static/dashboard/scss/components/_charts.scss index 4e0df7db4d..cc3cc2fedb 100644 --- a/openstack_dashboard/static/dashboard/scss/components/_charts.scss +++ b/openstack_dashboard/static/dashboard/scss/components/_charts.scss @@ -1,6 +1,5 @@ .chart { height: inherit; - width: 100%; min-height: inherit; min-width: inherit; .tooltip_detail {