Skip to content

Commit

Permalink
ui fix time input
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Apr 18, 2024
1 parent 156db0e commit 4f45230
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/common/TimeInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ function TimeInput({
defaultValue="ms"
allowDeselect={false}
value={timeType}
withScrollArea={false}
onChange={(v) => setTimeType(v as TimeType)}
styles={{
option: {
wordBreak: "keep-all",
overflow: "hidden",
},
}}
/>
}
rightSectionWidth={"30%"}
Expand Down

0 comments on commit 4f45230

Please sign in to comment.