Skip to content

Commit

Permalink
Merge pull request #140 from VSVverkeerskunde/feature/VSVGVQ-211
Browse files Browse the repository at this point in the history
VSVGVQ-211 fix wrong div height on show answer
  • Loading branch information
Luc Wollants committed Oct 11, 2018
2 parents af45419 + bc4377c commit d843d43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/scss/components/_quiz.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.card-header,
.card-body,
.card-footer {
overflow: hidden;
padding: 1.5em 0 0;
}
}
Expand Down
1 change: 1 addition & 0 deletions public/css/quiz.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/quiz.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions templates/quiz/quiz.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
<li class="list-group-item list-group-item-action" data-value="answer3"></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12">
<p class="gvq-question-feedback" data-value="feedback"></p>
</div>
Expand Down

0 comments on commit d843d43

Please sign in to comment.