Skip to content

Commit 57a906e

Browse files
committed
grid page better search spacing
1 parent a2989a0 commit 57a906e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/grid_bs.etlua

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ if items == nil then items = {} end
4848

4949
<% --[[%> TODO: When no search or filter render pagination in the same row as the title. <%]]%>
5050
<div class="row">
51-
<div class="col-md-3 col-sm-12">
51+
<div class="col-lg-2 col-md-3 col-sm-12">
5252
<% if with_search then
5353
render(
5454
'views.partials.grid_search_bs',
5555
{ class = class }
5656
)
5757
end %>
5858
</div>
59-
<div class="col-md-6 col-sm-12">
59+
<div class="col-lg-6 col-md-6 col-sm-12">
6060
<% if filter_descriptors then
6161
render(
6262
'views.partials.grid_filters_bs',

0 commit comments

Comments
 (0)