From 32e52e94e08e43f9fb9fafac7b229edee0c3d27b Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Fri, 6 Nov 2020 11:10:45 -0800 Subject: [PATCH] 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 02f718cdfb..6656e5e516 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;