Skip to content

Commit

Permalink
Fix the collection controls display on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Mar 7, 2024
1 parent 31ab405 commit 2ce11c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/decidim/accountability/results/_listing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<div class="tabs-content" data-tabs-content="listing-tabs">
<div class="tabs-panel is-active" id="results-listing">
<div class="collection-info row">
<div class="collection-info row smallmedium-unstack">
<div class="column">
<div id="results-count" aria-live="polite">
<%= render partial: "decidim/accountability_simple/shared/results_count", locals: { results: results } %>
Expand Down

0 comments on commit 2ce11c2

Please sign in to comment.