maestrano/mno-enterprise

View on GitHub
frontend-admin/src/app/components/rdash-angular/widget.less

Summary

Maintainability
Test Coverage
rd-widget {
  display: block;
  margin-top: 15px;

  .widget-header {
    .search-bar {
      width: inherit;
      float: right;
    }
  }

  .widget-body {
    .table {
      margin-bottom: 0px;
    }
  }

  .widget-footer {
    overflow: hidden;
  }

}