We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Bootstrap 4 and jquery-datatables 1.10.19.1. I have the following code:
<div class='row'> <div class='col-12 col-md-4 col-lg-3'> <!-- Content --> </div> </div> <div class='col-12 col-md-8 col-lg-9'> <table class='table table-striped table-bordered' id='involved-packages-table'> <thead> <tr> <th>Package</th> <th>Project</th> </tr> </thead> <tbody> <tr> <td> <a href="/package/show/hola:Ana/ikyuikyuhkl">ikyuikyuhkl</a> </td> <td> <a href="/project/show/hola:Ana">hola:Ana</a> </td> </tr> </tbody> </table> </div>
Which in an screen of 950px looks like:
It seems the problem is the width in the input, which comes from this code:
jquery-datatables/app/assets/stylesheets/datatables/dataTables.bootstrap.scss
Line 54 in 12aa184
This may be related: DataTables/Plugins#110
The text was updated successfully, but these errors were encountered:
hi @Ana06, you should include dataTables.bootstrap4.scss instead for bootstrap4.
dataTables.bootstrap4.scss
Sorry, something went wrong.
@mkhairi That's the one I have included. Maybe my guess why this is happening is wrong, but the issue is still there.
This is my stylesheets/webui2/datatables.scss file: https://github.com/openSUSE/open-build-service/blob/master/src/api/app/assets/stylesheets/webui2/datatables.scss
No branches or pull requests
I am using Bootstrap 4 and jquery-datatables 1.10.19.1. I have the following code:
Which in an screen of 950px looks like:
It seems the problem is the width in the input, which comes from this code:
jquery-datatables/app/assets/stylesheets/datatables/dataTables.bootstrap.scss
Line 54 in 12aa184
This may be related: DataTables/Plugins#110
The text was updated successfully, but these errors were encountered: