1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-20 18:54:15 +01:00

Fix - Bootstrap 4: Select input for length menu should be width:auto rather than a fixed width, allowing for language in the options.

This commit is contained in:
Allan Jardine 2018-06-14 11:41:32 +01:00
parent ce66166758
commit a4b056b004
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0ec78bb95328fdf58cd87b9a1cb05cfd0e59a482
536ee5579cecd00a6fd1332b11ce0f3bbe5b0b58

View File

@ -26,7 +26,7 @@ div.dataTables_wrapper div.dataTables_length label {
white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
width: 75px;
width: auto;
display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {

File diff suppressed because one or more lines are too long