inside p tag word wrap bootstrap 4 code example
Example: css p tag text wrap
p {
/* That create a ne line, when he word is to long*/
word-break: break-all
}
p {
/* That create a ne line, when he word is to long*/
word-break: break-all
}