mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Fix script category name text alignment in ScriptAccordion (#2342)
This commit is contained in:
		@@ -72,7 +72,7 @@ export default function ScriptAccordion({
 | 
			
		||||
            )}
 | 
			
		||||
          >
 | 
			
		||||
            <div className="mr-2 flex w-full items-center justify-between">
 | 
			
		||||
              <span className="pl-2">{category.name} </span>
 | 
			
		||||
              <span className="pl-2 text-left">{category.name} </span>
 | 
			
		||||
              <span className="rounded-full bg-gray-200 px-2 py-1 text-xs text-muted-foreground hover:no-underline dark:bg-blue-800/20">
 | 
			
		||||
                {category.scripts.length}
 | 
			
		||||
              </span>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user