Describe the bug
If it does happen that an EuiToast is to be rendered with a title text that's long and doesn't contain any white space the text doesn't wrap but rather overflows outside of the toast element.
Impact and severity
when this occurs, it's pretty visible and jarring. Also see elastic/kibana#178351
Environment and versions
To Reproduce
Steps to reproduce the behavior:
- Go to any setup that would render a toast
- Pass said toast a title that's pretty long, and doesn't contain white space
- On render the toast will have it's title overflow out of the toast item that received the title text.
Expected behavior
The title text should wrap within the context of the toast element and not overflow outside of the toast.
Screenshots
Actual
Expected

Describe the bug
If it does happen that an
EuiToastis to be rendered with a title text that's long and doesn't contain any white space the text doesn't wrap but rather overflows outside of the toast element.Impact and severity
when this occurs, it's pretty visible and jarring. Also see elastic/kibana#178351
Environment and versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The title text should wrap within the context of the toast element and not overflow outside of the toast.
Screenshots
Actual
Expected