From 0637ed11644c9e277cd5541758b38a10f5373a87 Mon Sep 17 00:00:00 2001 From: Sergey Tarnavskiy Date: Wed, 3 Jan 2018 11:49:40 +0200 Subject: [PATCH] bug fix widgets-carousel --- ui/src/app/entity/attribute/attribute-table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/entity/attribute/attribute-table.scss b/ui/src/app/entity/attribute/attribute-table.scss index cdf9ffdd0d..3f40cdf47e 100644 --- a/ui/src/app/entity/attribute/attribute-table.scss +++ b/ui/src/app/entity/attribute/attribute-table.scss @@ -47,7 +47,7 @@ md-toolbar.md-table-toolbar.alternate { .widgets-carousel { position: relative; margin: 0px; - + height: calc(100% - 100px); min-height: 150px !important; tb-dashboard {