Skip to content

Commit

Permalink
Fixed slider text overflow (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored Jul 23, 2023
1 parent ede6532 commit 20b25bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/components/inputs/elements/StyledSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export const StyledSlider = memo(
cursor="pointer"
display="flex"
h="full"
p="1px"
position="absolute"
userSelect="none"
w="full"
Expand All @@ -156,8 +157,11 @@ export const StyledSlider = memo(
cursor="pointer"
fontSize="14px"
lineHeight="1.4em"
overflow="hidden"
pl={2}
textOverflow="ellipsis"
userSelect="none"
w="full"
whiteSpace="nowrap"
>
{style.label}
Expand Down

0 comments on commit 20b25bd

Please sign in to comment.