Skip to content

Commit

Permalink
Merge pull request #470 from etn-ccis/bug/5713_buttonLabel_cutoff
Browse files Browse the repository at this point in the history
Button labels cut off in other languages
  • Loading branch information
surajeaton authored May 10, 2024
2 parents f6d7038 + ffc184a commit de3dea5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const WorkflowCardActions: React.FC<WorkflowCardActionsProps> = (props) =
testID={'blui-workflow-card-actions-previous-button'}
style={[defaultStyles.previousButton, defaultStyles.button]}
onPress={onPrevious}
labelStyle={{ marginHorizontal: 10 }}
>
{previousLabel}
</Button>
Expand All @@ -98,6 +99,7 @@ export const WorkflowCardActions: React.FC<WorkflowCardActionsProps> = (props) =
onPress={onNext}
testID={'blui-workflow-card-actions-next-button'}
style={[defaultStyles.nextButton, defaultStyles.button]}
labelStyle={{ marginHorizontal: 10 }}
>
{nextLabel}
</Button>
Expand Down

0 comments on commit de3dea5

Please sign in to comment.