correct margin between scrollbar & text in questgroups
This commit is contained in:
parent
06a67fb273
commit
03ead8737b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
<?php if(count($texts) > 0): ?>
|
<?php if(count($texts) > 0): ?>
|
||||||
<div id="qtextbox">
|
<div id="qtextbox">
|
||||||
<?php foreach($texts as &$text) : ?>
|
<?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 ?>
|
<?php endforeach ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue