From f926248e2daf660a452bbc16f36748adb240ab33 Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <31414959+0xSysR3ll@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:02:37 +0200 Subject: [PATCH] fix(ui): keep user list action buttons sized with a single user (#3311) --- src/components/UserList/index.tsx | 57 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/src/components/UserList/index.tsx b/src/components/UserList/index.tsx index c36d7d692..790380ad9 100644 --- a/src/components/UserList/index.tsx +++ b/src/components/UserList/index.tsx @@ -750,12 +750,12 @@ const UserList = () => { > {intl.formatMessage(messages.created)} - + {(data.results ?? []).length > 1 && (
- + +
+ + +
))}