akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 879 forks source link

Action button broken css #1312

Open iKonstX opened 2 years ago

iKonstX commented 2 years ago

Im using smart tables inside my ngx-admin project and when creating a table that uses custom actions, the css seems to be broken. image

This is the code minimal code I'm using to reproduce this. No additional css inside the component.

<ng2-smart-table [settings]="settings" [source]="data" (custom)="restore($event)"></ng2-smart-table>

It seems to be caused by the ng2-smart-actions class that is inserted in the td tag, but Im not exactly sure how to get rid of it.

jupmorenor commented 2 years ago

Look at this: https://github.com/akveo/ng2-smart-table/issues/1197#issuecomment-999919267