Skip to content

Commit 01dfe81

Browse files
waleedlatif1claude
andcommitted
fix(ee): align skeleton filter width with actual component layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b9ea27d commit 01dfe81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/ee/audit-logs/components/audit-logs-skeleton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function AuditLogsSkeleton() {
66
<div className='flex items-center gap-2'>
77
<Skeleton className='h-[38px] flex-1 rounded-lg' />
88
<Skeleton className='h-[38px] w-[160px] rounded-lg' />
9-
<Skeleton className='h-[38px] w-[160px] rounded-lg' />
9+
<Skeleton className='h-[38px] w-[140px] rounded-lg' />
1010
</div>
1111
<div className='flex items-center gap-4 border-[var(--border)] border-b pb-2'>
1212
<Skeleton className='h-4 w-[140px]' />

0 commit comments

Comments
 (0)