On Friday, April 11, 2014 5:45:34 PM UTC+2, [email protected] wrote:
>
> Hi,
> I am looking for some solution how to avoid text wrapping lines even if 
> the respective parent container is very small. Currently we use THREE-PER-EM 
> SPACE to do this but it causes some issue for automation using selenium. So 
> want to see if there is any other solution to avoid text wrapping.
>

Three-per-em is not supposed to prevent breaking: 
http://en.wikipedia.org/wiki/Space_(punctuation)#Spaces_in_Unicode
How about using a No-Break Space instead?

Also try using CSS “white-space: 
nowrap” https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to