changes border right to bottom when expand gallery

This commit is contained in:
decabeza
2017-10-07 02:08:01 +02:00
parent 687fbfac08
commit cd495c80fe
2 changed files with 8 additions and 1 deletions

View File

@@ -1576,6 +1576,13 @@
.column:nth-child(odd) {
border-right: 1px solid #eee;
}
.answer-divider {
border-bottom: 1px solid #eee;
border-right: 0 !important;
margin-bottom: $line-height;
padding-bottom: $line-height;
}
}
.orbit-bullets button {

View File

@@ -71,7 +71,7 @@
<% @poll.questions.map(&:question_answers).flatten.each do |answer| %>
<div class="small-12 medium-6 column end" id="answer_<%= answer.id %>"
data-toggler=".medium-6">
data-toggler="medium-6 answer-divider">
<% if answer.description.present? %>
<h3><%= answer.title %></h3>