Skip to content

Commit

Permalink
Fixed layout issue with newly added language select component
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterZydra committed Feb 18, 2024
1 parent e73433e commit ab17a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/Views/entities/user/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<?= __('ForcePasswordChange') ?>
</label><br><br>

<?= component('languageSelect') ?>
<?= component('languageSelect') ?><br>

<strong><?= __('Permissions') ?></strong><br>

Expand Down
2 changes: 1 addition & 1 deletion resources/Views/entities/user/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<?= __('ForcePasswordChange') ?>
</label><br><br>

<?= component('languageSelect', ['selected' => $user->getLanguageId()]) ?>
<?= component('languageSelect', ['selected' => $user->getLanguageId()]) ?><br>

<strong><?= __('Permissions') ?></strong><br>

Expand Down

0 comments on commit ab17a33

Please sign in to comment.