Skip to content

Commit

Permalink
fix wrong class
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Oct 24, 2024
1 parent 8dfcf1c commit 82832cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="d-flex flex-column ml-1 ms-1">
<%= label_tag(end_input_name, t("blacklight.range_limit.range_end_short"), class: 'text-muted small') %>
<%= number_field_tag(end_input_name, end_value_default, class: "form-control form-control-sm text-center range_begin") %>
<%= number_field_tag(end_input_name, end_value_default, class: "form-control form-control-sm text-center range_end") %>
</div>
</div>
<div class="d-flex justify-content-end mt-2">
Expand Down

0 comments on commit 82832cf

Please sign in to comment.