We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98623fb commit 7a82a32Copy full SHA for 7a82a32
app/components/sn_filterable/main_component.html.erb
@@ -18,7 +18,7 @@
18
<% if search? %>
19
<%= search %>
20
<% else %>
21
- <div class="col-span-2 col-start-2 md:ml-48 lg:ml-64 h-12 pointer-events-auto">
+ <div class="col-span-2 xl:col-span-1 col-start-1 h-12 pointer-events-auto">
22
<%= render search_field %>
23
</div>
24
<% end %>
@@ -83,7 +83,7 @@
83
<%= render SnFilterable::FilterButtonComponent.new(filtered: @filtered, filters: @filters) %>
84
85
<% if @search_filter_name.present? %>
86
- <div class="col-span-2 col-start-2 md:ml-64 h-12 pointer-events-none"></div>
+ <div class="col-span-2 xl:col-span-1 col-start-1 h-12 pointer-events-none"></div>
87
88
89
0 commit comments