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 3e45c12 commit 1a4613dCopy full SHA for 1a4613d
packages/module/src/pipelines/components/nodes/TaskPill.tsx
@@ -300,7 +300,7 @@ const TaskPill: React.FC<TaskPillProps> = observer(
300
r={statusBackgroundRadius}
301
/>
302
{status && (!hiddenDetailsShownStatuses || hiddenDetailsShownStatuses.includes(status)) ? (
303
- <g transform={`translate(4, 4)`}>
+ <g transform={`translate(5, 5)`}>
304
<g
305
className={css(
306
styles.topologyPipelinesStatusIcon,
0 commit comments