Remove nowrap (#14954)

This commit is contained in:
Geido 2021-06-08 07:50:05 +03:00 committed by GitHub
parent 21aa3daae3
commit 12fcb3132c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,6 @@ export default class ControlHeader extends React.Component {
css={{ css={{
marginBottom: 0, marginBottom: 0,
position: 'relative', position: 'relative',
whiteSpace: 'nowrap',
}} }}
> >
{this.props.leftNode && <span>{this.props.leftNode}</span>} {this.props.leftNode && <span>{this.props.leftNode}</span>}