correct margin between scrollbar & text in questgroups

This commit is contained in:
Daniel 2014-04-25 19:25:58 +02:00
commit b16a2b9c5e

View file

@ -13,7 +13,7 @@
<?php if(count($texts) > 0): ?>
<div id="qtextbox">
<?php foreach($texts as &$text) : ?>
<p><?=\hhu\z\Utils::t($text['text'])?></p>
<p class="qtext"><?=\hhu\z\Utils::t($text['text'])?></p>
<?php endforeach ?>
</div>
<?php endif ?>