Hi i'm triying to break line at the content inside a vuetify component but I haven't success. I need help to understand why, see the code below
<v-list-item-content style="word-break: break-word" class="kbDarkBlueText--text d-block" v-else>
{{ longText}}
</v-list-item-content>
I also try to apply the class text-wrap and the style break-all but none success. pd: html element is setted to word-break:normal