Skip to content

Commit

Permalink
Merge pull request #48570 from bernhardoj/fix/48531-approver-empty-vi…
Browse files Browse the repository at this point in the history
…ew-icon-cut-off

Fix approval workflow empty view illustration is cut-off
  • Loading branch information
mountiny authored Sep 5, 2024
2 parents dcb94e7 + 4f6c2fd commit 245fd3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ function WorkspaceWorkflowsApprovalsApproverPageBeta({policy, personalDetails, i
subtitle={translate('workflowsPage.emptyContent.approverSubtitle')}
subtitleStyle={styles.textSupporting}
containerStyle={styles.pb10}
contentFitImage="contain"
/>
),
[translate, styles.textSupporting, styles.pb10],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function WorkspaceWorkflowsApprovalsExpensesFromPage({policy, isLoadingReportDat
subtitle={translate('workflowsPage.emptyContent.expensesFromSubtitle')}
subtitleStyle={styles.textSupporting}
containerStyle={styles.pb10}
contentFitImage="contain"
/>
),
[translate, styles.textSupporting, styles.pb10],
Expand Down

0 comments on commit 245fd3a

Please sign in to comment.