revert: restore StatusBadge horizontal padding

Revert 6869cd94b (perf(web): align table badge spacing).
Restores px padding on status badges so usage-log timing/duration
pills are not flush against the edges.
This commit is contained in:
CaIon
2026-07-11 15:04:12 +08:00
parent 337169e0a4
commit 1b1b23d1d0
18 changed files with 96 additions and 53 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export function ProviderBadge({
autoColor={colorText ? label : undefined}
variant={colorText ? undefined : 'neutral'}
size='sm'
className='min-w-0 shrink overflow-hidden'
className={cn('min-w-0 shrink overflow-hidden', !icon && 'pl-0')}
{...badgeProps}
/>
</div>