From 80c116b3862d35c880ccfcf528a410792f1ae64a Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Fri, 14 Feb 2025 10:59:28 +0100 Subject: [PATCH] fix(regression): broken styling --- .../js/src/admin/components/UserListPage.tsx | 4 ++-- framework/core/less/admin/UsersListPage.less | 16 ++++++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/framework/core/js/src/admin/components/UserListPage.tsx b/framework/core/js/src/admin/components/UserListPage.tsx index 5a4af6e70..bedf2b954 100644 --- a/framework/core/js/src/admin/components/UserListPage.tsx +++ b/framework/core/js/src/admin/components/UserListPage.tsx @@ -369,8 +369,8 @@ export default class UserListPage extends AdminPage { name: app.translator.trans('core.admin.users.grid.columns.user_actions.title'), content: (user: User) => ( diff --git a/framework/core/less/admin/UsersListPage.less b/framework/core/less/admin/UsersListPage.less index 2ca8f6457..9a0fbc945 100644 --- a/framework/core/less/admin/UsersListPage.less +++ b/framework/core/less/admin/UsersListPage.less @@ -57,7 +57,7 @@ display: flex; align-items: center; - &[data-column-name="editUser"] { + &[data-column-name="userActions"] { padding: 0; position: relative; } @@ -81,16 +81,20 @@ text-decoration-style: dotted; } - &-editModalBtn { + &-userActions { + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + } + + &-userActionsBtn { width: 100%; height: 100%; border-radius: 0; padding: 0; - - display: flex; - align-items: center; - justify-content: center; } &-email {