• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Can i add break line here?

fironfox

New Member
Joined
Dec 14, 2012
Messages
42
Reaction score
1
Why i can fix this issue? When the text is so long, he spam the site

mwrvgj.png
 
you need to add an element around it.
Code:
<style type="text/css">
   .ellipsis_element {max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
</style>

Code:
<div class="ellipsis_element">
  askdahsjdah sjda hsjdhasjd hajsh dajshdjash djshjdaks djhaksjdha ksjhdk ajshdkajs hdkajdhask djhaksj has  kjdhaksjdhakjshdkasjhdjk
</div>

254Nr7hbc.png


EDIT:

if you want the text to break after X length.
uCpdBKaDg.png


Just use
Code:
max-width:300px;
 
Back
Top