Skip to content

Commit

Permalink
Force size of help icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenczu11 authored Oct 9, 2024
1 parent 2eec5c7 commit 8211990
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 8211990

Please sign in to comment.