mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-14 07:53:07 +00:00
Add margin-bottom to Most Viewed Scripts header (#7572)
This commit is contained in:
parent
b94b088c19
commit
affcfd06cf
@ -143,7 +143,7 @@ export function MostViewedScripts({ items }: { items: Category[] }) {
|
|||||||
<div className="">
|
<div className="">
|
||||||
{mostViewedScripts.length > 0 && (
|
{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">
|
<div className="min-w flex w-full flex-row flex-wrap gap-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user