Skip to content

Commit 3be1325

Browse files
demo, css: rename "Line Folding" label and comment to "Wrap Lines"
Update the demo UI label and the CSS section comment to use the canonical "Wrap Lines" name, consistent with the `wrapLines` config option.
1 parent a6351cc commit 3be1325

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ui/css/diff2html.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@
600600
border: var(--d2h-dark-moved-label-color) 1px solid;
601601
}
602602

603-
/* line folding */
603+
/* wrap lines */
604604

605605
.d2h-wrapped-file-diff .d2h-file-side-diff {
606606
flex-basis: 100%;

website/templates/pages/demo/content.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</div>
5555
<div class="column is-one-sixth-widescreen">
5656
<label title="Show the file list summary before the diff">
57-
<p>Line Folding</p>
57+
<p>Wrap Lines</p>
5858
<input class="options-label-value" id="diff-url-options-line-folding" type="checkbox" name="wrapLines"/>
5959
</label>
6060
</div>

0 commit comments

Comments
 (0)