Skip to content

Commit 8e71a1b

Browse files
author
dtbuild
committed
b6d57d7260fb9059d0f85b37e4995158f79ad6d2 Fix: Equal padding for select elements
https://datatables.net/forums/discussion/81396 a55e393a6539c24383e4cebb81a229294aa5f172 Merge branch 'main' of github.com:DataTables/ColumnControl Sync to source repo @a55e393a6539c24383e4cebb81a229294aa5f172
1 parent 4f05f98 commit 8e71a1b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

css/columnControl.bootstrap.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ table.dataTable span.dtcc div.dtcc-searchNumber > div select,
233233
table.dataTable span.dtcc div.dtcc-searchDateTime > div select {
234234
left: 0;
235235
z-index: 2;
236+
padding: 0;
236237
}
237238
table.dataTable span.dtcc div.dtcc-searchNumber > div span.dtcc-search-clear,
238239
table.dataTable span.dtcc div.dtcc-searchDateTime > div span.dtcc-search-clear {

0 commit comments

Comments
 (0)