diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 3cf652db3..46cb87045 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -229,6 +229,12 @@ a.pankow-breadcrumb-item { margin-top: 6px; } +.table-actions { + display: flex; + gap: 5px; + justify-content: end; +} + /* info table label:value in Sections */ .info-row { display: flex; diff --git a/dashboard/src/views/UsersView.vue b/dashboard/src/views/UsersView.vue index b19fec5f3..e02c0080f 100644 --- a/dashboard/src/views/UsersView.vue +++ b/dashboard/src/views/UsersView.vue @@ -256,7 +256,8 @@ onMounted(async () => {