Skip to content

Commit 7f62490

Browse files
authored
[frontend] enhancing the settings panels layout (#8240)
1 parent f2285e7 commit 7f62490

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

opencti-platform/opencti-front/src/private/components/settings/Settings.jsx

+5-2
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,11 @@ const Settings = () => {
432432
{t_i18n('Disable Enterprise Edition')}
433433
</Button>
434434
)}
435-
<div className="clearfix" />
436-
<Paper classes={{ root: classes.paper }} className={'paper-for-grid'} variant="outlined">
435+
<Paper
436+
classes={{ root: classes.paper }}
437+
className={'paper-for-grid'}
438+
variant="outlined"
439+
>
437440
<Formik
438441
onSubmit={() => {}}
439442
enableReinitialize={true}

opencti-platform/opencti-front/src/private/components/settings/settings_messages/SettingsMessages.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ const SettingsMessages = ({
139139
<Paper
140140
ref={ref}
141141
classes={{ root: classes.paper }}
142+
className={'paper-for-grid'}
142143
variant="outlined"
143144
style={{ marginTop: 0 }}
144145
>

0 commit comments

Comments
 (0)