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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user