Skip to content

Commit 0b69f31

Browse files
author
dtbuild
committed
a07396489fcbd6d80329e9529f7dc108370e20b2 Fix: Allow input element for search types to take up the full space available
Sync to source repo @a07396489fcbd6d80329e9529f7dc108370e20b2
1 parent 1a07b21 commit 0b69f31

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

css/columnControl.bootstrap4.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ table.dataTable span.dtcc div.dtcc-spacer:empty {
141141
height: 1em;
142142
padding-left: 0;
143143
}
144+
table.dataTable span.dtcc div.dtcc-search {
145+
flex-grow: 1;
146+
}
144147
table.dataTable span.dtcc div.dtcc-search div.dtcc-search-title {
145148
margin-bottom: 0.25em;
146149
text-align: left;

0 commit comments

Comments
 (0)