Skip to content

Commit

Permalink
Merge pull request #12 from szepeviktor/patch-3
Browse files Browse the repository at this point in the history
Fix CS in range.html
  • Loading branch information
adamlaki authored Sep 29, 2023
2 parents 53eb70e + b1d8f3b commit 424cac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/partial/form/range.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<label class="form-label" for="{{ range.id }}">{{ range.label }}</label>
<div class="range-group" x-data="{
value: {{ range.value }}
}">
}">
<div class="range-group__inner">
<button
type="button"
Expand Down

0 comments on commit 424cac0

Please sign in to comment.