From dfcb6f35ce0e9877d207514e7de52d6b00aa3cc1 Mon Sep 17 00:00:00 2001 From: Alexis Rivera Date: Mon, 30 Nov 2015 23:49:15 -0600 Subject: [PATCH] fix-legend-overflow * removed the float on swatch fixes alignment and overflow issue. Change-Id: I5a9ba35ce833af58cdafdf3f47add93f03024236 Closes-Bug: #1403660 --- .../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 cc3cc2fedb..5134cf53fd 100644 --- a/openstack_dashboard/static/dashboard/scss/components/_charts.scss +++ b/openstack_dashboard/static/dashboard/scss/components/_charts.scss @@ -110,7 +110,6 @@ $min_width_fullscreen_chart_legend: 90px; min-width: $min_width_fullscreen_chart_legend; margin-left: 20px; .swatch { - float: right; display: inline-block; width: 10px; height: 10px;