Skip to content

Commit

Permalink
fix(date-range-picker): improve responsiveness
Browse files Browse the repository at this point in the history
fixes x overflow of range input components
  • Loading branch information
Ruchiket100 committed Jan 22, 2025
1 parent cddba82 commit 0722538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/theme/src/components/date-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const dateInput = tv({
input: "flex h-full gap-x-0.5 w-full font-normal",
innerWrapper: [
"flex items-center text-default-400 w-full gap-x-2 h-6",
"overflow-y-hidden overflow-x-auto scrollbar-hide",
// isInValid=true
"group-data-[invalid=true]:text-danger",
], // this wraps the input and the start/end content
Expand Down

0 comments on commit 0722538

Please sign in to comment.