Skip to content

Commit

Permalink
Add line wrapping to codemirror in advanced styling panel (#11673)
Browse files Browse the repository at this point in the history
  • Loading branch information
CWDamm-Kint authored Dec 19, 2024
1 parent 4db35d4 commit b02b46e
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 b02b46e

Please sign in to comment.