Skip to content

Commit

Permalink
Adjust Dropdown line-height to match Input
Browse files Browse the repository at this point in the history
  • Loading branch information
henck committed Jan 11, 2024
1 parent d3cd7ba commit c0f90f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@independent-software/typeui",
"version": "1.2.2",
"version": "1.2.3",
"description": "TypeUI",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion src/controls/Dropdown/Selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Selector = styled(SelectorBase)`
/* Inline Dropdowns have no border, but normal Dropdowns do. */
border: solid 1px ${p => p.inline ? "transparent" : p.theme.normalColor};
border-radius: ${p => p.theme.radius}px;
line-height: 19px;
line-height: 17px;
padding: 9px 30px 9px 14px;
${p => p.multiple && !p.placeholder && css`padding: 7px 30px 7px 14px;`}
min-height: 17px;
Expand Down

0 comments on commit c0f90f4

Please sign in to comment.