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