From df999bc46ab8583020dcdbd4784ed74d4c7d1a2f Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Wed, 24 Nov 2021 13:51:27 -0800 Subject: [PATCH] initial fix --- .../src/components/MessageToasts/ToastPresenter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/MessageToasts/ToastPresenter.tsx b/superset-frontend/src/components/MessageToasts/ToastPresenter.tsx index 18f2ed9fc1705..8fcd4c44a90e3 100644 --- a/superset-frontend/src/components/MessageToasts/ToastPresenter.tsx +++ b/superset-frontend/src/components/MessageToasts/ToastPresenter.tsx @@ -29,6 +29,7 @@ const StyledToastPresenter = styled.div` margin-right: 50px; margin-bottom: 50px; z-index: ${({ theme }) => theme.zIndex.max}; + word-break: break-word; .toast { background: ${({ theme }) => theme.colors.grayscale.dark1};