Browse Source

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

bug fix widgets-carousel
pull/624/head
Igor Kulikov 9 years ago
committed by GitHub
parent
commit
7101b7047d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/src/app/entity/attribute/attribute-table.scss

2
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 {

Loading…
Cancel
Save