Add stack class to polls stats table

This class improve tables layout on mobile screen sizes.
This commit is contained in:
decabeza
2019-01-17 13:30:35 +01:00
committed by Javi Martín
parent 1975b6ae7c
commit 70dbbbd1b9
2 changed files with 4 additions and 1 deletions

View File

@@ -119,3 +119,6 @@ $tab-content-border: $border;
$orbit-bullet-diameter: 0.8rem;
$pagination-radius: $global-radius;
$show-header-for-stacked: true;

View File

@@ -13,7 +13,7 @@
<div class="small-12 medium-9 column" data-equalizer-watch>
<%= render "shared/stats/participation", stats: @stats %>
<table>
<table class="stack">
<thead>
<tr>
<th scope="col"><%= t("polls.show.stats.votes") %></th>