Skip to content

Commit 9b911f8

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 dd1f6fa commit 9b911f8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

css/columnControl.jqueryui.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ table.dataTable span.dtcc div.dtcc-spacer:empty {
153153
height: 1em;
154154
padding-left: 0;
155155
}
156+
table.dataTable span.dtcc div.dtcc-search {
157+
flex-grow: 1;
158+
}
156159
table.dataTable span.dtcc div.dtcc-search div.dtcc-search-title {
157160
margin-bottom: 0.25em;
158161
text-align: left;

0 commit comments

Comments
 (0)