words and sentences disorganization in last version of Google Chrome

45 Views Asked by At

I have Menus in my html code , I don't have problem with chrome and other web browsers until last update of google chrome to 38.0.2125 that cause disorganization in my menus and other parts (utf-8 encoding).

this is an exapmle of this problem :

http://cld.persiangig.com/preview/TLOA12gK5C/ex.jpg

any help ?!

1

There are 1 best solutions below

0
On BEST ANSWER

to solve this problem use code below in your style of tag that contain your text or your body :

 body{
 white-space:nowrap;
}

or

.yourTagClassName{
 white-space:nowrap;
}

for more information see this link