fix: improve visual separation between prompt and task list (#20427)

This commit is contained in:
Bartek Gatz
2025-10-29 19:00:27 +00:00
committed by GitHub
parent 859e94d67a
commit 1b6556c2f6
+1 -1
View File
@@ -69,7 +69,7 @@ const TasksPage: FC = () => {
onRetry={aiTemplatesQuery.refetch}
/>
{aiTemplatesQuery.isSuccess && (
<section>
<section className="py-8">
{permissions.viewDeploymentConfig && (
<section
className="mt-6 flex justify-between"