Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
0637ed11644c9e277cd5541758b38a10f5373a87
Authored by
Sergey Tarnavskiy
2018-01-03 11:49:40 +0200
1 parent
3e25997b
bug fix widgets-carousel
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ui/src/app/entity/attribute/attribute-table.scss
ui/src/app/entity/attribute/attribute-table.scss
View file @
0637ed1
...
...
@@ -47,7 +47,7 @@ md-toolbar.md-table-toolbar.alternate {
47
47
.widgets-carousel
{
48
48
position
:
relative
;
49
49
margin
:
0px
;
50
-
50
+
height
:
calc
(
100%
-
100px
);
51
51
min-height
:
150px
!
important
;
52
52
53
53
tb-dashboard
{
...
...