Skip to content

Commit

Permalink
Fix(Dataviz): Range filter - date time inputs overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
yyanwang committed May 16, 2024
1 parent d409b57 commit df8e994
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-impalas-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@talend/react-dataviz": patch
---

Fix(Dataviz): Range filter - date time inputs overlap
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
}

:global(.date-picker) {
flex-basis: 75%;
margin-right: 2px;
> div {
flex-basis: 75%;
margin-right: 2px;
}
}

:global(.time-picker) {
flex-basis: 50%;
margin-right: 5px;
> div {
flex-basis: 50%;
margin-right: 5px;
}
}
}

0 comments on commit df8e994

Please sign in to comment.