diff --git a/public/mod/workshop/renderer.php b/public/mod/workshop/renderer.php index 603b1552e8a..cb3661ded83 100644 --- a/public/mod/workshop/renderer.php +++ b/public/mod/workshop/renderer.php @@ -321,7 +321,13 @@ class mod_workshop_renderer extends plugin_renderer_base { } else { $icon = new pix_icon('i/marker', get_string('switchphase'.$phasecode, 'mod_workshop')); } - $actions .= $this->output->action_icon($action->url, $icon, null, null, true); + $actions .= $this->output->action_icon( + $action->url, + $icon, + null, + ['class' => 'action-icon ms-0 ps-0'], + true + ); } } }