Skip to content

Commit 2cbf615

Browse files
authored
fix(settings): align the ee field rhythm with the canonical field (#7471)
1 parent b890e24 commit 2cbf615

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

apps/sim/ee/components/setting-row.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function SettingRow({
2828
children,
2929
}: SettingRowProps) {
3030
return (
31-
<div className='flex flex-col gap-1.5'>
31+
<div className='flex flex-col gap-[9px]'>
3232
<div className='flex items-center gap-1.5'>
3333
<Label htmlFor={htmlFor}>
3434
{label}

apps/sim/ee/credential-groups/components/credential-group-detail.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ export function CredentialGroupDetail({
305305
onSelect: () => guard.guardBack(onBack),
306306
}}
307307
title={credentialGroup?.name ?? 'Credential group'}
308-
description={credentialGroup?.description ?? undefined}
309308
actions={actions}
310309
search={
311310
activeTab === 'details'

0 commit comments

Comments
 (0)