File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
browser/main/modals/PreferencesModal Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -600,17 +600,6 @@ class UiTab extends React.Component {
600
600
</ label >
601
601
</ div >
602
602
603
- < div styleName = 'group-checkBoxSection' >
604
- < label >
605
- < input onChange = { ( e ) => this . handleUIChange ( e ) }
606
- checked = { this . state . config . editor . enableMarkdownLint }
607
- ref = 'enableMarkdownLint'
608
- type = 'checkbox'
609
- />
610
- { i18n . __ ( 'Enable MarkdownLint' ) }
611
- </ label >
612
- </ div >
613
-
614
603
< div styleName = 'group-section' >
615
604
< div styleName = 'group-section-label' >
616
605
{ i18n . __ ( 'Matching character pairs' ) }
@@ -657,6 +646,12 @@ class UiTab extends React.Component {
657
646
{ i18n . __ ( 'Custom MarkdownLint Rules' ) }
658
647
</ div >
659
648
< div styleName = 'group-section-control' >
649
+ < input onChange = { ( e ) => this . handleUIChange ( e ) }
650
+ checked = { this . state . config . editor . enableMarkdownLint }
651
+ ref = 'enableMarkdownLint'
652
+ type = 'checkbox'
653
+ />
654
+ { i18n . __ ( 'Enable MarkdownLint' ) }
660
655
< div style = { { fontFamily} } >
661
656
< ReactCodeMirror
662
657
width = '400px'
You can’t perform that action at this time.
0 commit comments