Skip to content

Commit

Permalink
grid page better search spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 23, 2024
1 parent a2989a0 commit 57a906e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/grid_bs.etlua
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ if items == nil then items = {} end

<% --[[%> TODO: When no search or filter render pagination in the same row as the title. <%]]%>
<div class="row">
<div class="col-md-3 col-sm-12">
<div class="col-lg-2 col-md-3 col-sm-12">
<% if with_search then
render(
'views.partials.grid_search_bs',
{ class = class }
)
end %>
</div>
<div class="col-md-6 col-sm-12">
<div class="col-lg-6 col-md-6 col-sm-12">
<% if filter_descriptors then
render(
'views.partials.grid_filters_bs',
Expand Down

0 comments on commit 57a906e

Please sign in to comment.