Opened 11 years ago

Closed 11 years ago

#11143 closed Bug (invalid)

Text Wrap splitting words in two

Reported by: Seb Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Cc:

Description

Hi there, I am having an issue where each word that needs to move on to the line below is split in two. I am aware that I can turn off text wrap, but then the size of my text field expands horizontally indefinitely which doesn't work for us (the width of the field is dictated to the site by the screen size and we would like this to remain the same).

We would essentially like the entire word to move on to the second line rather than just the first few letters. Is this possible?

Thank you!

http://img401.imageshack.us/img401/2417/l5ov.png

Change History (2)

comment:1 Changed 11 years ago by Seb

Summary: Text Wrap in field that scales to the page but then can't expandText Wrap splitting words in two

comment:2 Changed 11 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

This isn't editor issue.

What you can do is using word-wrap set to normal - http://www.w3schools.com/cssref/css3_pr_word-wrap.asp but then You will only get long words overlapping this div.

As an alternative you can use word-wrap:break word; - it should only break words which are wider than container.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy