diff --git a/ui/src/views/CompanyListView.vue b/ui/src/views/CompanyListView.vue index 00b13f0..419b155 100644 --- a/ui/src/views/CompanyListView.vue +++ b/ui/src/views/CompanyListView.vue @@ -107,7 +107,7 @@ const headers = computed(() => [ { title: t('group.scope'), key: 'scope', sortable: false }, { title: t('group.members'), key: 'count', sortable: false, width: '100px' }, { title: t('group.locked'), key: 'locked', sortable: false, width: '80px' }, - { title: '', key: 'actions', sortable: false, width: '100px', align: 'end' }, + { title: '', key: 'actions', sortable: false, width: '120px', align: 'center' }, ]) function loadData(options) { diff --git a/ui/src/views/GroupListView.vue b/ui/src/views/GroupListView.vue index cb2beb7..01a692b 100644 --- a/ui/src/views/GroupListView.vue +++ b/ui/src/views/GroupListView.vue @@ -109,7 +109,7 @@ const headers = computed(() => [ { title: t('group.scope'), key: 'scope', sortable: false }, { title: t('group.members'), key: 'count', sortable: false, width: '100px' }, { title: t('group.locked'), key: 'locked', sortable: false, width: '80px' }, - { title: '', key: 'actions', sortable: false, width: '120px', align: 'end' }, + { title: '', key: 'actions', sortable: false, width: '120px', align: 'center' }, ]) function loadData(options) { diff --git a/ui/src/views/UserListView.vue b/ui/src/views/UserListView.vue index 6bb84b0..e093153 100644 --- a/ui/src/views/UserListView.vue +++ b/ui/src/views/UserListView.vue @@ -128,7 +128,7 @@ const headers = computed(() => [ { title: t('user.email'), key: 'mails', sortable: false }, { title: t('user.groups'), key: 'groups', sortable: false }, { title: t('common.status'), key: 'locked', sortable: false, width: '80px' }, - { title: '', key: 'actions', sortable: false, width: '100px', align: 'end' }, + { title: '', key: 'actions', sortable: false, width: '120px', align: 'center' }, ]) function loadData(options) {