Skip to content

Commit

Permalink
review from pierre
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh committed Jan 30, 2024
1 parent 0dd2c10 commit d12d628
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion airflow/www/static/js/dag/StatusBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ export const SimpleStatus = ({ state, ...rest }: SimpleStatusProps) => (
background={state && stateColors[state] ? stateColors[state] : "white"}
borderRadius="2px"
borderWidth={state ? 0 : 1}
transform="translateY(2px)"
display="flex"
flexDirection="column"
justifyContent="center"
alignItems="center"
style={{ marginTop: "auto", marginBottom: "auto" }}
{...rest}
/>
);
Expand Down

0 comments on commit d12d628

Please sign in to comment.