File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/pages/OrganizationSettingsPage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ export const OrganizationSettingsPageView: FC<
131
131
title = "Settings"
132
132
description = "Change or delete your organization."
133
133
>
134
- < div className = "flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-[8px] p-3 pl-[18px] gap-2 flex-grow" >
134
+ < div className = "flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-[8px] p-3 pl-[18px] gap-2 flex-grow //flex-wrap " >
135
135
< span > Deleting an organization is irreversible.</ span >
136
- < Button variant = "destructive" onClick = { ( ) => setIsDeleting ( true ) } >
136
+ < Button variant = "destructive" onClick = { ( ) => setIsDeleting ( true ) } className = "min-w-fit" >
137
137
Delete this organization
138
138
</ Button >
139
139
</ div >
You can’t perform that action at this time.
0 commit comments