Skip to content

Commit

Permalink
Merge pull request #798 from securityscorecard/ajkl2533@UXD-1221
Browse files Browse the repository at this point in the history
fix(Select): move cursor to field start
  • Loading branch information
ajkl2533 authored Jul 12, 2023
2 parents 74358c6 + e39cedb commit c6e4406
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/forms/Select/Select.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const selectStyles: (
fontSize: DSTheme.typography.size.md,
lineHeight: DSTheme.typography.lineHeight.md,
display: isEmptyString(children) ? 'none' : 'block',
position: 'absolute',
}),
indicatorsContainer: (styles) => ({
...styles,
Expand Down

0 comments on commit c6e4406

Please sign in to comment.