This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 12fcb31  Remove nowrap (#14954)
12fcb31 is described below

commit 12fcb3132c852eb094be518c541d304dd7849df2
Author: Geido <[email protected]>
AuthorDate: Tue Jun 8 07:50:05 2021 +0300

    Remove nowrap (#14954)
---
 superset-frontend/src/explore/components/ControlHeader.jsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/src/explore/components/ControlHeader.jsx 
b/superset-frontend/src/explore/components/ControlHeader.jsx
index 64cc7c2..c1b0734 100644
--- a/superset-frontend/src/explore/components/ControlHeader.jsx
+++ b/superset-frontend/src/explore/components/ControlHeader.jsx
@@ -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>}

Reply via email to