Skip to content

Commit

Permalink
Adding some space between two buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Nov 3, 2023
1 parent ad1d06e commit a427111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
if ($canedit) {
$edititemsurl = new moodle_url('edit_instance.php');
$edititemsurl->param('id', $cm->id);
echo html_writer::link($edititemsurl, get_string('edititems', 'verbalfeedback'), ['class' => 'btn btn-primary']);
echo html_writer::link($edititemsurl, get_string('edititems', 'verbalfeedback'),
['class' => 'btn btn-primary mr-1']);
/*
if (!$instanceready) {
// TODO: do something.
Expand Down

0 comments on commit a427111

Please sign in to comment.