mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-29 23:14:48 +00:00
Fix admin badge alignment (#4713)
This commit is contained in:
parent
41b732eb80
commit
e13fee1733
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<IconButton
|
||||
icon="edit"
|
||||
:title="$t('admin.settings.users.edit_user')"
|
||||
class="md:display-unset ml-auto h-8 w-8"
|
||||
class="md:display-unset h-8 w-8"
|
||||
:class="{ 'ml-auto': !user.admin, 'ml-2': user.admin }"
|
||||
@click="editUser(user)"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue