Skip to content

Commit 513448c

Browse files
committed
fix: adjust form item margin styles in global and properties tabs
1 parent 4479a26 commit 513448c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

shesha-reactjs/src/components/mainLayout/styles/indexStyles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const GlobalSheshaStyles = createGlobalStyle`
7979
font-weight: bold;
8080
}
8181
.${(p) => p.theme.prefixCls}-form-item {
82-
margin: 0 !important;
8382
8483
.${(p) => p.theme.prefixCls}-row {
8584
&.${(p) => p.theme.prefixCls}-form-item-row {

shesha-reactjs/src/designer-components/propertiesTabs/style.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export const useStyles = createStyles(({ css, cx, token }) => {
3333
}
3434
}
3535
36+
.ant-form-item {
37+
margin: 0px !important;
38+
}
39+
3640
* > .sha-required-mark {
3741
margin-left: 4px;
3842
color: ${token.colorErrorText};

0 commit comments

Comments
 (0)