mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-18 05:58:07 +01:00
styles(smarttable): fix styles for the admin panel tables
This commit is contained in:
parent
8b93999ba9
commit
056104a2a7
4 changed files with 17 additions and 16 deletions
|
|
@ -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()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue