Skip to content

Commit

Permalink
feat: update alignment (#1060)
Browse files Browse the repository at this point in the history
fixed radio/checkbox alignment with megalyout
  • Loading branch information
JohnIsOnTheRoad authored Nov 8, 2020
1 parent 5aeed55 commit fadb3f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/antd/src/components/FormMegaLayout/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ export const computeAntdStyleBase = (props, debug?: boolean) => {
flex: 1 1 0;
}
}
.mega-layout-item-content {
.ant-radio-wrapper {
vertical-align: middle;
}
}
${getIEContainerAntd3Style()}
`

Expand Down

0 comments on commit fadb3f7

Please sign in to comment.