fixes css class name

This commit is contained in:
decabeza
2018-01-17 20:08:21 +01:00
committed by Bertocq
parent 9cfd60afc2
commit 0950a98ddd
2 changed files with 2 additions and 2 deletions

View File

@@ -368,7 +368,7 @@ a {
vertical-align: top;
}
.aling-middle {
.align-middle {
vertical-align: middle;
}

View File

@@ -57,7 +57,7 @@
</ul>
</div>
<div class="small-12 medium-3 column table" data-equalizer-watch>
<div class="table-cell aling-middle">
<div class="table-cell align-middle">
<%= link_to poll, class: "button hollow expanded" do %>
<% if poll.expired? %>
<%= t("polls.index.participate_button_expired") %>