fix(ui): enable token overlay headers to wrap (#17661)

pull/17684/head
alexpaxton 2020-04-08 13:20:18 -07:00 committed by GitHub
parent f9941311b7
commit ce69045708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,11 @@ export default class ViewTokenOverlay extends PureComponent<Props> {
return (
<Overlay.Container>
<Overlay.Header title={description} onDismiss={this.handleDismiss} />
<Overlay.Header
title={description}
onDismiss={this.handleDismiss}
wrapText={true}
/>
<Overlay.Body>
<CodeSnippet
copyText={this.props.auth.token}