Skip to content

Commit

Permalink
Merge pull request #223 from Jenczu11/fix-help-icon-size
Browse files Browse the repository at this point in the history
Force size of help icon
  • Loading branch information
NicoAlexH authored Oct 28, 2024
2 parents 1a7527f + 8211990 commit e7bc753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function definition() {
'</label><span class="helptooltip"><a href="' . $CFG->wwwroot .
'/help.php?component=choicegroup&amp;identifier=choicegroupoptions&amp;lang=' . current_language() .
'" title="' . get_string('choicegroupoptions_help', 'choicegroup') .
'" aria-haspopup="true" target="_blank"><img src="' . $CFG->wwwroot . '/theme/image.php?theme='
'" aria-haspopup="true" target="_blank"><img height="24px" width="24px" src="' . $CFG->wwwroot . '/theme/image.php?theme='
. $PAGE->theme->name . '&component=core&image=help" alt="' .
get_string('choicegroupoptions_help', 'choicegroup') .
'" class="iconhelp"></a></span></div><div class="felement fselect">
Expand Down

0 comments on commit e7bc753

Please sign in to comment.