We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ea27d commit 01dfe81Copy full SHA for 01dfe81
1 file changed
apps/sim/ee/audit-logs/components/audit-logs-skeleton.tsx
@@ -6,7 +6,7 @@ export function AuditLogsSkeleton() {
6
<div className='flex items-center gap-2'>
7
<Skeleton className='h-[38px] flex-1 rounded-lg' />
8
<Skeleton className='h-[38px] w-[160px] rounded-lg' />
9
- <Skeleton className='h-[38px] w-[160px] rounded-lg' />
+ <Skeleton className='h-[38px] w-[140px] rounded-lg' />
10
</div>
11
<div className='flex items-center gap-4 border-[var(--border)] border-b pb-2'>
12
<Skeleton className='h-4 w-[140px]' />
0 commit comments