Skip to content

Commit

Permalink
fix #998 Wrong alignment for DateHeaderFilter with a TextHeaderFilter…
Browse files Browse the repository at this point in the history
… inside a DataTable
  • Loading branch information
vegegoku committed Jan 26, 2025
1 parent 41abd75 commit 2e3315a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public DateHeaderFilter() {
this.dateBox =
DateBox.create()
.setPlaceholder("Search")
.addCss(dui_m_b_0)
.apply(
element -> {
element.withCalendar(
Expand Down

0 comments on commit 2e3315a

Please sign in to comment.