fix(buttons): improve responsiveness

This commit is contained in:
KostyaDanovsky 2017-09-14 17:24:06 +03:00
parent 60304179ec
commit 0366453313
3 changed files with 13 additions and 17 deletions

View file

@ -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);
}
`],
})