fix(web): status loading padding
This commit is contained in:
		
							parent
							
								
									be0acf26fd
								
							
						
					
					
						commit
						448cb55c89
					
				@ -10,7 +10,7 @@ export function StatusBadge({
 | 
			
		||||
  switch (status) {
 | 
			
		||||
    case "running":
 | 
			
		||||
      return (
 | 
			
		||||
        <Badge variant="secondary">
 | 
			
		||||
        <Badge variant="secondary" className="gap-2 w-fit">
 | 
			
		||||
          {status} <LoadingIcon />
 | 
			
		||||
        </Badge>
 | 
			
		||||
      );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user