From 18c7a4710580a269afe7052a7c9fe2cd261c00a8 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Tue, 19 Jun 2018 14:32:35 +0200 Subject: [PATCH] MDL-59047 question type: short answer boost styles --- question/type/shortanswer/renderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {