mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-23 05:28:53 +00:00
Fix 'clear all' button width on Order Cycles page
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
%label{ :for => 'schedule_filter' }=t('admin.order_cycles.index.schedule')
|
||||
%br
|
||||
%input.ofn-select2.fullwidth{ id: 'schedule_filter', type: 'number', blank: "{id: 0, name: '#{j t(".any_schedule")}'}", data: 'schedules', ng: { model: 'scheduleFilter' } }
|
||||
.two.columns
|
||||
.one.columns
|
||||
- else
|
||||
.six.columns
|
||||
.filter_clear.two.columns.omega
|
||||
.five.columns
|
||||
.filter_clear.three.columns.omega
|
||||
%label{ :for => 'clear_all_filters' }
|
||||
%br
|
||||
%input.red.fullwidth{ :type => 'button', :id => 'clear_all_filters', :value => "#{t('admin.clear_all')}", ng: { click: "resetSelectFilters()" } }
|
||||
|
||||
Reference in New Issue
Block a user