Skip to content

Commit af0e468

Browse files
authored
Merge pull request #3604 from HackGenesis/derik/bug/update-datalist-datefield
fix styling
2 parents 0e5ee92 + 0f0fcf8 commit af0e468

File tree

2 files changed

+201
-255
lines changed

2 files changed

+201
-255
lines changed

shesha-reactjs/src/components/dataList/styles/styles.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ export const useStyles = createStyles(({ css, cx, token, prefixCls }) => {
2020
.${prefixCls}-collapse-extra {
2121
margin: unset !important;
2222
}
23+
24+
.ant-collapse>.ant-collapse-item >.ant-collapse-header {
25+
margin: 4px !important;
26+
}
27+
28+
.ant-alert {
29+
margin: 5px !important;
30+
}
2331
2432
.${shaDatalistComponentItemCheckbox} {
2533
display: flex;

0 commit comments

Comments
 (0)