Commit 0637ed11644c9e277cd5541758b38a10f5373a87

Authored by Sergey Tarnavskiy
1 parent 3e25997b

bug fix widgets-carousel

@@ -47,7 +47,7 @@ md-toolbar.md-table-toolbar.alternate { @@ -47,7 +47,7 @@ md-toolbar.md-table-toolbar.alternate {
47 .widgets-carousel { 47 .widgets-carousel {
48 position: relative; 48 position: relative;
49 margin: 0px; 49 margin: 0px;
50 - 50 + height: calc(100% - 100px);
51 min-height: 150px !important; 51 min-height: 150px !important;
52 52
53 tb-dashboard { 53 tb-dashboard {