Skip to content

Commit cd00d6f

Browse files
1953 Removes center alignment
1 parent 2390d5d commit cd00d6f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/pretty-pandas-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
1953 Fix - Process detail page: left align of subscription descriptions in the related subscriptions cell

packages/orchestrator-ui-components/src/pages/processes/WfoProcessListSubscriptionsCell.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export const WfoProcessListSubscriptionsCell: FC<
5555
? 'row'
5656
: 'column'
5757
}
58-
alignItems="center"
5958
gutterSize={
6059
renderDirection === RenderDirection.HORIZONTAL ? 's' : 'xs'
6160
}

0 commit comments

Comments
 (0)