Skip to content

Commit

Permalink
Merge pull request #17780 from fbredius/17225-date-control
Browse files Browse the repository at this point in the history
Controls: Fix date control width in addons panel
  • Loading branch information
kylegach authored and shilman committed Apr 9, 2022
1 parent b4f2056 commit ff59e6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/components/src/controls/Date.tsx
Expand Up @@ -52,6 +52,10 @@ const FlexSpaced = styled.div(({ theme }) => ({
},
'input:first-of-type': {
marginLeft: 0,
flexGrow: 4,
},
'input:last-of-type': {
flexGrow: 3,
},
}));

Expand Down

0 comments on commit ff59e6f

Please sign in to comment.