You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/11/06 19:11:05 UTC

[incubator-superset] branch master updated: style: Wrap chart titles again (#11602)

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/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 32e52e9  style: Wrap chart titles again (#11602)
32e52e9 is described below

commit 32e52e94e08e43f9fb9fafac7b229edee0c3d27b
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Fri Nov 6 11:10:45 2020 -0800

    style: Wrap chart titles again (#11602)
    
    * style: letting chart titles wrap again
    
    * deleting comment
---
 superset-frontend/src/dashboard/stylesheets/dashboard.less | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/src/dashboard/stylesheets/dashboard.less b/superset-frontend/src/dashboard/stylesheets/dashboard.less
index 02f718c..6656e5e 100644
--- a/superset-frontend/src/dashboard/stylesheets/dashboard.less
+++ b/superset-frontend/src/dashboard/stylesheets/dashboard.less
@@ -65,7 +65,6 @@ body {
 
   & > .header-title {
     overflow: hidden;
-    white-space: nowrap;
     text-overflow: ellipsis;
     max-width: 100%;
     flex-grow: 1;