Remove nowrap (#14954)
This commit is contained in:
parent
21aa3daae3
commit
12fcb3132c
|
|
@ -98,7 +98,6 @@ export default class ControlHeader extends React.Component {
|
|||
css={{
|
||||
marginBottom: 0,
|
||||
position: 'relative',
|
||||
whiteSpace: 'nowrap',
|
||||
}}
|
||||
>
|
||||
{this.props.leftNode && <span>{this.props.leftNode}</span>}
|
||||
|
|
|
|||
Loading…
Reference in New Issue