Skip to content

Commit

Permalink
fix(question): text input CSS
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Nov 18, 2021
1 parent 989505e commit d3bddf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ public function showForm($ID, $options = []) {
'id' => 'name',
'autofocus' => '',
'value' => $this->fields['name'],
'class' => 'required',
'class' => 'form-control required',
]);
echo '</td>';

Expand Down

0 comments on commit d3bddf1

Please sign in to comment.