Skip to content

Commit

Permalink
add line wrapping to codemirror in advanced styling panel
Browse files Browse the repository at this point in the history
  • Loading branch information
CWDamm-Kint committed Dec 3, 2024
1 parent 429603e commit 9ce783e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h3 class="config-title"><i class="fa fa-binoculars"></i>
<div id="style-panel" class="tab-pane fade active in">
<div class="panel-body" style="padding: 0px;">
<div class="row">
<div data-bind="codemirror: { value: config.advancedStyle, mode: { name: 'javascript', json: true }, theme: 'monokai' }"></div>
<div data-bind="codemirror: { value: config.advancedStyle, mode: { name: 'javascript', json: true }, theme: 'monokai', lineWrapping: true }"></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 9ce783e

Please sign in to comment.