ui tweaks

This commit is contained in:
Dhruwang
2026-02-11 12:35:18 +05:30
parent 07abd0f2ec
commit 7a3f7e9fb0
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export const EditMemberships = async ({
<div className="col-span-2 whitespace-nowrap">{t("common.status")}</div>
{!isUserManagementDisabledFromUi && (
<div className="col-span-3 whitespace-nowrap">{t("common.actions")}</div>
<div className="col-span-3 whitespace-nowrap text-center">{t("common.actions")}</div>
)}
</div>

View File

@@ -138,7 +138,7 @@ export const MemberActions = ({
const showAssignToTeamButton = Boolean(member) && isAccessControlAllowed;
return (
<div className="flex gap-2">
<div className="flex justify-end gap-2">
<TooltipRenderer tooltipContent={t("common.delete")} shouldRender={!!showDeleteButton}>
<Button
variant="destructive"