quebra de linha não funciona CSS
div {
display: block;
width: 200px; /*based on how much width this div should have*/
word-wrap: break-word
} /* due to mswiszcz from stack overflow */
aura m