Skip to content

Commit

Permalink
[FIX] Search datatable field positioning in some edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Dec 15, 2024
1 parent 988be38 commit 2c17ff1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions sovtimer/static/sovtimer/css/aa-sov-timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,12 @@
vertical-align: middle;
}
}

/* Data tables
------------------------------------------------------------------------------------- */
@media all {
div.dataTables_filter input[type="search"] {
margin-left: 0 !important;
width: 100% !important;
}
}
2 changes: 1 addition & 1 deletion sovtimer/static/sovtimer/css/aa-sov-timer.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c17ff1

Please sign in to comment.