Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COHi machineghost, I just tested. t doesn't work. IE7 still breaks the width like what i show in above screenshot. I don't know why though. IE8 is fine. Then, opera 10 doesn't wrap totally. Any idea to help me out? Thanks.
      singulars
    2. COFor the IE thing you might want to try: overflow:hidden;. It's hard to say exactly what your issue is though without being able to see it (if you can expose a sample page that shows the issue on the web somewhere that'd be more helpful), but basically this just sounds like a CSS layout issue. However, because of all the factors involved, those kinds of issues can be very tricky to debug, so I'd also recommend removing as much as you can around the problem, so that you just have a page with the problem elements and nothing else. This should make isolating the problem a lot easier.
      singulars
    3. CO(what I mean by "because of all the factors involved is", is that the layout of an individual element is affected by the layout of its parent, its parent's parent, its parent's parent's parent, .... plus the layout of any sibling elements, plus the layout of any child elements. A CSS style defined for any one of those could be responsible for something weird you see in the original element's layout, so it's very tricky to figure out what exactly is causing the things you see. If however you can make a simple page with just the problem elements, you can remove all those potential factors.)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload