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
@@ -104,6 +104,7 @@ export function usePricingColumns(
label={isTokenBased ? t('Token') : t('Request')}
variant={isTokenBased ? 'info' : 'neutral'}
copyable={false}
className='-ml-1.5'
/>
)
},