margin style (#14849)

This commit is contained in:
AAfghahi 2021-05-27 10:39:19 -04:00 committed by GitHub
parent c519efe9ad
commit 877201f1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,6 @@ export const antDModalNoPaddingStyles = css`
.ant-modal-body {
padding-left: 0;
padding-right: 0;
margin-bottom: 110px;
}
`;