mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Add margin-bottom to Most Viewed Scripts header (#7572)
This commit is contained in:
		@@ -143,7 +143,7 @@ export function MostViewedScripts({ items }: { items: Category[] }) {
 | 
			
		||||
    <div className="">
 | 
			
		||||
      {mostViewedScripts.length > 0 && (
 | 
			
		||||
        <>
 | 
			
		||||
          <h2 className="text-lg font-semibold">Most Viewed Scripts</h2>
 | 
			
		||||
          <h2 className="text-lg font-semibold mb-1">Most Viewed Scripts</h2>
 | 
			
		||||
        </>
 | 
			
		||||
      )}
 | 
			
		||||
      <div className="min-w flex w-full flex-row flex-wrap gap-4">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user