Skip to content
Snippets Groups Projects
Commit 2cf3065a authored by Rasmus Fuhse's avatar Rasmus Fuhse Committed by Jan-Hendrik Willms
Browse files

Resolve "Großes Icon lässt Auswertung der Likert-Skala verrutschen"

Closes #4905

Merge request studip/studip!3681
parent 866efee5
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ $options = $vote->questiondata['options']; ...@@ -98,7 +98,7 @@ $options = $vote->questiondata['options'];
<?= htmlReady($hits) ?> <?= htmlReady($hits) ?>
</div> </div>
</div> </div>
<?= Icon::create('filter2')->asImg(['class' => 'text-bottom']) ?> <?= Icon::create('filter2')->asImg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?>
<?= round(100 * $hits / $countAnswers) ?>% <?= round(100 * $hits / $countAnswers) ?>%
</a> </a>
<? else : ?> <? else : ?>
......
...@@ -99,7 +99,7 @@ $options = range($vote->questiondata['minimum'], $vote->questiondata['maximum']) ...@@ -99,7 +99,7 @@ $options = range($vote->questiondata['minimum'], $vote->questiondata['maximum'])
<?= htmlReady($hits) ?> <?= htmlReady($hits) ?>
</div> </div>
</div> </div>
<?= Icon::create('filter2')->asImg(['class' => 'text-bottom']) ?> <?= Icon::create('filter2')->asImg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?>
<?= round(100 * $hits / $countAnswers) ?>% <?= round(100 * $hits / $countAnswers) ?>%
</a> </a>
<? else : ?> <? else : ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment