Skip to content

Commit

Permalink
fix icon is cut-off
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Sep 4, 2024
1 parent 6760f96 commit 6baa2fb
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'

Check failure on line 243 in src/pages/workspace/workflows/approvals/WorkspaceWorkflowsApprovalsApproverPage.tsx

View workflow job for this annotation

GitHub Actions / Run ESLint

Replace `'contain'` with `"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'

Check failure on line 191 in src/pages/workspace/workflows/approvals/WorkspaceWorkflowsApprovalsExpensesFromPage.tsx

View workflow job for this annotation

GitHub Actions / Run ESLint

Replace `'contain'` with `"contain"`
/>
),
[translate, styles.textSupporting, styles.pb10],
Expand Down

0 comments on commit 6baa2fb

Please sign in to comment.