thingsboard-aplcache

Merge pull request #506 from Terny22/widgets-carousel-bug bug

1/3/2018 11:53:34 AM

Details

diff --git a/ui/src/app/entity/attribute/attribute-table.scss b/ui/src/app/entity/attribute/attribute-table.scss
index cdf9ffd..3f40cdf 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 {