馃悰 [Bug] separate text at words
Created by: Tirokk
Authored by ogerly Closed
馃悰 Bugreport
separate text at words
Steps to reproduce the behavior
- go to /home/hc/site/Human-Connection/webapp/layouts/default.vue
- change -- word-break: break-all
/home/hc/site/Human-Connection/webapp/layouts/default.vue
line 119
<ds-container style="word-break: break-all"> <div class="main-container"> <nuxt /> </div>
Expected behavior
break per word (word-break: normal) , and to long words (break-all)