perf(web): align table badge spacing
- remove built-in horizontal padding from status badges so table columns align with headers. - drop legacy negative-margin compensation from badge cells and affected table renderers. - clean touched table components to satisfy lint rules around type imports, keys, and JSX flow.
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={cn('min-w-0 shrink overflow-hidden', !icon && 'pl-0')}
|
||||
className='min-w-0 shrink overflow-hidden'
|
||||
{...badgeProps}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user