Fix script category name text alignment in ScriptAccordion (#2342)

This commit is contained in:
Bram Suurd 2025-02-13 12:48:42 +01:00 committed by GitHub
parent 3c82ae04d7
commit 8b23cafed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>