|
@@ -59,14 +59,14 @@ class CustomizeCssSetting extends React.Component {
|
|
|
</CardBody>
|
|
</CardBody>
|
|
|
</Card>
|
|
</Card>
|
|
|
<div className="form-group">
|
|
<div className="form-group">
|
|
|
- <div className="col-xs-12">
|
|
|
|
|
|
|
+ <div className="col-12">
|
|
|
<CustomCssEditor
|
|
<CustomCssEditor
|
|
|
// The value passed must be immutable
|
|
// The value passed must be immutable
|
|
|
value={this.state.editorInputValue}
|
|
value={this.state.editorInputValue}
|
|
|
onChange={(inputValue) => { adminCustomizeContainer.changeCustomizeCss(inputValue) }}
|
|
onChange={(inputValue) => { adminCustomizeContainer.changeCustomizeCss(inputValue) }}
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
- <div className="col-xs-12">
|
|
|
|
|
|
|
+ <div className="col-12">
|
|
|
<p className="help-block text-right">
|
|
<p className="help-block text-right">
|
|
|
<i className="fa fa-fw fa-keyboard-o" aria-hidden="true" />
|
|
<i className="fa fa-fw fa-keyboard-o" aria-hidden="true" />
|
|
|
{ t('customize_page.ctrl_space') }
|
|
{ t('customize_page.ctrl_space') }
|