Skip to content

Commit

Permalink
MDL-66434 mod_data: Align 'Field description' field as all other fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Aug 30, 2019
1 parent 310d690 commit 20f166c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/data/field.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
get_string('fielddescription', 'data'),
get_string('action', 'data'),
);
$table->align = array('left','left','left', 'center');
$table->align = array('left', 'left', 'left', 'left');
$table->wrap = array(false,false,false,false);

if ($fff = $DB->get_records('data_fields', array('dataid'=>$data->id),'id')){
Expand Down

0 comments on commit 20f166c

Please sign in to comment.