diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-06 20:53:38 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-14 12:26:09 +0100 |
| commit | 62fe294aa0b6a95162100603f8ae6db1d54beb88 (patch) | |
| tree | 2bbb42b676282d0a991fd256179e24873889489d /app | |
| parent | cdd4ba26ae13f81daf09088abbc214de3ff3a1da (diff) | |
fix alignment in safari and general height of elements, fixes #5349
Closes #5349
Merge request studip/studip!4022
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/admin/user/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/user/index.php b/app/views/admin/user/index.php index 77c6937..023595d 100644 --- a/app/views/admin/user/index.php +++ b/app/views/admin/user/index.php @@ -54,7 +54,7 @@ use Studip\Button; </label> <label class="col-2"> - <span class="label-text"><?= _('inaktiv') ?></span> + <?= _('inaktiv') ?> <div class="hgroup"> <select name="inaktiv" class="size-s"> |
