mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-03 20:30:15 +01:00
fix(buttons): improve responsiveness
This commit is contained in:
parent
60304179ec
commit
0366453313
3 changed files with 13 additions and 17 deletions
|
|
@ -6,9 +6,9 @@ import { SmartTableService } from '../../../@core/data/smart-table.service';
|
|||
@Component({
|
||||
selector: 'ngx-smart-table',
|
||||
templateUrl: './smart-table.component.html',
|
||||
styles:[`
|
||||
styles: [`
|
||||
nb-card {
|
||||
transform: translate3d(0,0,0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
`],
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue