We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2989a0 commit 57a906eCopy full SHA for 57a906e
views/grid_bs.etlua
@@ -48,15 +48,15 @@ if items == nil then items = {} end
48
49
<% --[[%> TODO: When no search or filter render pagination in the same row as the title. <%]]%>
50
<div class="row">
51
- <div class="col-md-3 col-sm-12">
+ <div class="col-lg-2 col-md-3 col-sm-12">
52
<% if with_search then
53
render(
54
'views.partials.grid_search_bs',
55
{ class = class }
56
)
57
end %>
58
</div>
59
- <div class="col-md-6 col-sm-12">
+ <div class="col-lg-6 col-md-6 col-sm-12">
60
<% if filter_descriptors then
61
62
'views.partials.grid_filters_bs',
0 commit comments