Skip to content

Commit

Permalink
improv. fix space in configuration page
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcoo committed Aug 28, 2021
1 parent 104fb55 commit aab3b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Configuration/admin_index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@

<hr>
<div class="form-group">
<label><?= $Lang->get('CONFIG__CONDITION_TITLE') ?></label>
<div class="form-group">
<label><?= $Lang->get('CONFIG__CONDITION_TITLE') ?></label>
<?= $this->Form->input(false, [
'div' => false,
'type' => 'text',
Expand Down

0 comments on commit aab3b1a

Please sign in to comment.