styles(smarttable): fix styles for the admin panel tables

This commit is contained in:
nixa 2016-08-23 11:38:45 +03:00
parent 8b93999ba9
commit 056104a2a7
4 changed files with 17 additions and 16 deletions

View file

@ -1,7 +1,7 @@
<div class="widgets">
<div class="row">
<ba-card title="Basic Example">
<ba-card title="Basic Example" baCardClass="with-scroll">
<div class="row">
<div class="form-group col-sm-3 col-xs-6">
<input type="text" class="form-control" placeholder="Search" [(ngModel)]="query" (keydown.enter)="onSearch()">