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

[PRO] tables -> extended tables -> 'table big boy' is not responsive #19

Open
nzjrs opened this issue Apr 19, 2017 · 1 comment
Open

Comments

@nzjrs
Copy link

nzjrs commented Apr 19, 2017

Or it is slightly responsive, but very badly so. At small sizes columns are cut-off

@alexandru-paduraru
Copy link
Member

alexandru-paduraru commented Apr 21, 2017

@nzjrs thank you for using our product. It seems you are using the PRO product, here is the repo for the FREE. To fix that please add this code at the end of assets/css/light-bootstrap-dashboard.css

@media (min-width: 991px){
    .card .table-responsive{
        overflow: scroll;
        margin: 0;
        padding: 0;
    }
}
@media (min-width: 1200px){
    .card .table-responsive{
        overflow: visible;
    }
}

Then everything will work fine.

Best,
Alex

@alexandru-paduraru alexandru-paduraru changed the title tables -> extended tables -> 'table big boy' is not responsive [PRO] tables -> extended tables -> 'table big boy' is not responsive Apr 21, 2017
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