|
|
@@ -59,7 +59,11 @@ class CustomizeLayoutSetting extends React.Component {
|
|
|
<h2 className="admin-setting-header">{t('customize_page.Theme')}</h2>
|
|
|
{this.renderDevAlert()}
|
|
|
<CustomizeThemeOptions />
|
|
|
- <AdminUpdateButtonRow onClick={this.onClickSubmit} disabled={adminCustomizeContainer.state.retrieveError != null} />
|
|
|
+ <div className="form-group col-12 m-3">
|
|
|
+ <div className="offset-4 col-8">
|
|
|
+ <AdminUpdateButtonRow onClick={this.onClickSubmit} disabled={adminCustomizeContainer.state.retrieveError != null} />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</React.Fragment>
|
|
|
);
|
|
|
}
|