We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8172705 commit ddf0ce3Copy full SHA for ddf0ce3
src/components/shared/ExecutionDetails/ExecutionDetails.tsx
src/components/shared/TaskDetails/Details.tsx
@@ -30,7 +30,7 @@ import {
30
} from "@/utils/URL";
31
import copyToYaml from "@/utils/yaml";
32
33
-import { ExecutionDetails } from "../ExecutionDetails/ExecutionDetails";
+import { ExecutionDetails } from "./ExecutionDetails";
34
35
interface TaskDetailsProps {
36
displayName: string;
@@ -169,6 +169,7 @@ const TaskDetails = ({
169
<ExecutionDetails
170
executionId={executionId}
171
componentSpec={componentSpec}
172
+ className="px-3 py-2"
173
/>
174
)}
175
0 commit comments