Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action button broken css #1312

Open
iKonstX opened this issue May 6, 2022 · 1 comment
Open

Action button broken css #1312

iKonstX opened this issue May 6, 2022 · 1 comment

Comments

@iKonstX
Copy link

iKonstX commented May 6, 2022

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
Copy link

Look at this: #1197 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants