/* Keep long, unbreakable messages (URLs, IDs) inside the toast width. */
.toast-body {
	min-width: 0;
}

.toast-message {
	min-width: 0;
	overflow-wrap: anywhere;
}
