Commit 7f62490 1 parent f2285e7 commit 7f62490 Copy full SHA for 7f62490
File tree 2 files changed +6
-2
lines changed
opencti-platform/opencti-front/src/private/components/settings
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -432,8 +432,11 @@ const Settings = () => {
432
432
{ t_i18n ( 'Disable Enterprise Edition' ) }
433
433
</ Button >
434
434
) }
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
+ >
437
440
< Formik
438
441
onSubmit = { ( ) => { } }
439
442
enableReinitialize = { true }
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ const SettingsMessages = ({
139
139
< Paper
140
140
ref = { ref }
141
141
classes = { { root : classes . paper } }
142
+ className = { 'paper-for-grid' }
142
143
variant = "outlined"
143
144
style = { { marginTop : 0 } }
144
145
>
You can’t perform that action at this time.
0 commit comments