Skip to content

Commit

Permalink
add flex shrink to checkout view
Browse files Browse the repository at this point in the history
  • Loading branch information
NMGuner committed Jul 1, 2024
1 parent 0bf123d commit 214c181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/KlarnaCheckoutView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class KlarnaCheckoutView extends Component<
style={{
width: '100%',
height: this.state.nativeViewHeight,
flexShrink: 1,
}}
returnUrl={this.props.returnUrl || ''}
onEvent={(
Expand Down

0 comments on commit 214c181

Please sign in to comment.