Skip to content

Commit

Permalink
Fix CS in range.html
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Sep 26, 2023
1 parent 53eb70e commit b1d8f3b
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 b1d8f3b

Please sign in to comment.