Skip to content

Commit 2e3a89a

Browse files
authored
3518 widen date range (#3549)
1 parent 9467289 commit 2e3a89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/distributions/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<div class="form-group col-lg-2 col-md-2 col-sm-6 col-xs-12">
6060
<%= filter_select(label: "Filter by Status", scope: :by_state, collection: @statuses, key: :last, value: :first, selected: @selected_status) %>
6161
</div>
62-
<div class="form-group col-lg-2 col-md-2 col-sm-6 col-xs-12">
62+
<div class="form-group col-lg-3 col-md-3 col-sm-6 col-xs-12">
6363
<%= label_tag "Date Range" %>
6464
<%= render partial: "shared/date_range_picker", locals: {css_class: "form-control"} %>
6565
</div>

0 commit comments

Comments
 (0)