From 4e76637252e2ee76e4179282f82f9cbeb4158316 Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Tue, 30 Nov 2021 08:24:18 -0800 Subject: [PATCH] initial fix (#17547) --- .../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 18f2ed9fc1..8fcd4c44a9 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};