Skip to content

Commit

Permalink
Move style
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed May 26, 2021
1 parent 613e1af commit 3a53e40
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ export const StyledFormItem = styled(Form.Item)`
width: 49%;
margin-bottom: ${({ theme }) => theme.gridUnit * 4}px;
.ant-form-item-control-input-content > div > div {
height: auto;
}
& .ant-form-item-control-input {
min-height: ${({ theme }) => theme.gridUnit * 10}px;
}
Expand All @@ -100,6 +97,9 @@ export const StyledRowFormItem = styled(Form.Item)`
margin-bottom: 0px;
min-width: 50%;
.ant-form-item-control-input-content > div > div {
height: auto;
}
& .ant-form-item-control-input {
min-height: ${({ theme }) => theme.gridUnit * 10}px;
}
Expand Down

0 comments on commit 3a53e40

Please sign in to comment.