From 8c6edbbf3641a2c52e1aca6b230e96967dc4cd92 Mon Sep 17 00:00:00 2001 From: Muhamad Najjar Date: Tue, 8 May 2018 09:04:47 +0000 Subject: [PATCH] fix size of heat filter box Change-Id: I42b1a60f285040910c2c216f64c11fa157315935 --- .../dashboard/project/entities/toolbox/entities-toolbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/entities/toolbox/entities-toolbox.scss b/vitrage_dashboard/dashboard/static/dashboard/project/entities/toolbox/entities-toolbox.scss index 56a1fdd..517a441 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/entities/toolbox/entities-toolbox.scss +++ b/vitrage_dashboard/dashboard/static/dashboard/project/entities/toolbox/entities-toolbox.scss @@ -35,7 +35,7 @@ } .heats-filter { - width: 100%; + width: 188px; padding-bottom: 10px; } } \ No newline at end of file