Showing
3 changed files
with
10 additions
and
1 deletions
| ... | ... | @@ -59,7 +59,7 @@ const FieldsCheckboxGroup: FC<FieldsCheckboxGroupProps> = (props) => { |
| 59 | 59 | <Divider style={{ margin: 0 }} /> |
| 60 | 60 | <ul |
| 61 | 61 | className={'qx-setting-fields'} |
| 62 | - style={{ maxHeight: '200px', overflow: 'auto' }} | |
| 62 | + style={{ maxHeight: '290px', overflow: 'auto' }} | |
| 63 | 63 | > |
| 64 | 64 | {fields.map((item) => { |
| 65 | 65 | return ( | ... | ... |