mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: improve visual separation between prompt and task list (#20427)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user