Web:Components:Fix not wrapping a long word in a toast.

This commit is contained in:
Vlada Gazizova 2022-06-30 15:45:54 +03:00
parent aeaef47115
commit 2e5000d6bc

View File

@ -20,6 +20,7 @@ const StyledToastContainer = styled(ToastContainer)`
animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__toast-body {
overflow-wrap: anywhere;
margin: auto 0;
-ms-flex: 1;
flex: 1;