diff --git a/question/type/shortanswer/renderer.php b/question/type/shortanswer/renderer.php index 0a724eb4488..5ab0b76fa9a 100644 --- a/question/type/shortanswer/renderer.php +++ b/question/type/shortanswer/renderer.php @@ -47,7 +47,7 @@ class qtype_shortanswer_renderer extends qtype_renderer { 'value' => $currentanswer, 'id' => $inputname, 'size' => 80, - 'class' => 'form-control', + 'class' => 'form-control d-inline', ); if ($options->readonly) {