Skip to content

Commit 8b23caf

Browse files
authored
Fix script category name text alignment in ScriptAccordion (#2342)
1 parent 3c82ae0 commit 8b23caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/scripts/_components/ScriptAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default function ScriptAccordion({
7272
)}
7373
>
7474
<div className="mr-2 flex w-full items-center justify-between">
75-
<span className="pl-2">{category.name} </span>
75+
<span className="pl-2 text-left">{category.name} </span>
7676
<span className="rounded-full bg-gray-200 px-2 py-1 text-xs text-muted-foreground hover:no-underline dark:bg-blue-800/20">
7777
{category.scripts.length}
7878
</span>

0 commit comments

Comments
 (0)