Open bnap00 opened 5 years ago
any updates? this is also a problem with new version of ngx-admin
had the same issue, all browsers EXCEPT firefox had this issue, fixed it with following css :
:host /deep/ ng2-st-tbody-edit-delete {
height: 1px !important;
}
:host /deep/ ng2-st-tbody-custom a {
height: 1px !important;
}
@kc187 This solution looks good for one custom action, But could not get it working for more that one, Thanks for the tip though
also :host
/deep/
is deprecated
had the same issue, all browsers EXCEPT firefox had this issue, fixed it with following css :
:host /deep/ ng2-st-tbody-edit-delete { height: 1px !important; } :host /deep/ ng2-st-tbody-custom a { height: 1px !important; }
This should work:
::ng-deep ng2-st-tbody-edit-delete { height: 1px !important; display: inline !important; }
::ng-deep ng2-st-tbody-custom a {
height: 1px !important;
display: inline !important;
}
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
While using custom actions
ng2-smart-table
with the nebular theme. the actions become missoriented.Expected behavior:
Properly oriented actions, just as vanilla installation of
ng2-smart-table
Steps to reproduce:
just add custom actions to settings of
ng2-smart-table
Other information:
npm, node, OS, Browser
Angular, Nebular, ng2-smart-table