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:
parent
ce66166758
commit
a4b056b004
@ -1 +1 @@
|
||||
0ec78bb95328fdf58cd87b9a1cb05cfd0e59a482
|
||||
536ee5579cecd00a6fd1332b11ce0f3bbe5b0b58
|
||||
|
@ -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 {
|
||||
|
2
media/css/dataTables.bootstrap4.min.css
vendored
2
media/css/dataTables.bootstrap4.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user