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

Pager in ng2-smart-table #343

Closed
milena991 opened this issue May 8, 2017 · 4 comments
Closed

Pager in ng2-smart-table #343

milena991 opened this issue May 8, 2017 · 4 comments
Labels

Comments

@milena991
Copy link

Hi, I have problem with pager in smart table - it is vertical. How can I fix it to be horizontal? How can I change css style for smart table?

@ayualdilasalma
Copy link

@milena991 I'm facing the same problem with you. Have you found the solution for this?

@milena991
Copy link
Author

milena991 commented May 22, 2017

@ayualdilasalma Nothing yet... Have you ever used npm link for editing npm_modules?

@ayualdilasalma
Copy link

@milena991 no, I never used npm link..

@lexzhukov lexzhukov added the bug label May 24, 2017
@ssssaaamm
Copy link

ssssaaamm commented May 25, 2017

I think the problem will be solved changing the src/ng2-smart table/components/pager/pager.component.scss to:

.ng2-smart-pagination {
display: inline-flex;
font-size: .875em;
padding: 0;
...
...
...
}

instead of

.ng2-smart-pagination {
display: inline-block;
font-size: .875em;
padding: 0;
...
...
...
}

but i need this change available from npm :( can you fix this please, i really need use this module :(.

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

No branches or pull requests

4 participants