1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-02 11:30:22 +02:00
This commit is contained in:
Kushagra Gour
2018-11-13 20:18:22 +05:30
parent 63cfa2d164
commit f66d3d41ef

View File

@@ -54,7 +54,7 @@ export default class Settings extends Component {
onChange={e => this.updateSetting(e, 'autoPreview')} onChange={e => this.updateSetting(e, 'autoPreview')}
/> />
<p class="help-text"> <p class="help-text">
Refreshes the preview as you code. Otherwise use the Run button Refreshes the preview as you code. Otherwise use the 'Run' button
</p> </p>
<Divider /> <Divider />
<CheckboxSetting <CheckboxSetting
@@ -64,7 +64,7 @@ export default class Settings extends Component {
/> />
<p class="help-text"> <p class="help-text">
Auto-save keeps saving your code at regular intervals after you Auto-save keeps saving your code at regular intervals after you
hit the first save manually hit save manually the first time
</p> </p>
<Divider /> <Divider />
<CheckboxSetting <CheckboxSetting
@@ -149,7 +149,7 @@ export default class Settings extends Component {
</label> </label>
</TabPanel> </TabPanel>
<TabPanel label="Editor"> <TabPanel label="Editor">
<div class="fle block--mobile"> <div>
<div> <div>
<div class="line"> <div class="line">
<span>Default Preprocessors</span> <span>Default Preprocessors</span>