changes border right to bottom when expand gallery
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user