Jahanvi Raycha
Jahanvi Raycha
My expectation was it would move to next line, instead of overflowing.
It is moving to next line in case of space in between word. but if last word is too long, it overflows. code: -- import: doc-site as ds -- ds.page:...
@amitu In simple HTML, CSS this property works: _overflow-wrap: break-word,_ see example attached  Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
@amitu , are we following any format for it, could you please share resource/link for it