Skip to content

Commit

Permalink
17225 Fix date control width in addons panel
Browse files Browse the repository at this point in the history
  • Loading branch information
fbredius committed Mar 22, 2022
1 parent 7c87145 commit 83f57c7
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 83f57c7

Please sign in to comment.