mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-12 03:09:41 -06:00
ui tweaks
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user