On page "admin/settings/language/configure" is the string Path prefix with language fallback. If a suitable path prefix is not identified, language is based on user preferences and browser language settings.. This string is very long and does not wrap caused by some bad CSS settings. Finaly this causes parts of the string to overflow in many CSS layouts and therefor get hidden from user eyes.

I have identified the CSS causing this with firebug - system.css (line 142):

.form-item label.option {
  white-space:nowrap;
}

Additional a screenshot attached.

Please don't try to tell me this is a problem of my theme. THX.

CommentFileSizeAuthor
form_content_nowrap.png17.04 KBhass

Comments

catch’s picture

This was introduced by: http://drupal.org/node/112512

I think the png on that issue was worse than yours to be honest.

hass’s picture

Would be a much better idea to fix this referenced form with a specific CSS classes only for the specific page and by default wrap the text!

gábor hojtsy’s picture

Status: Active » Fixed

Although this form is hopefully to be reworked with more information for users before the final D6 ships (if the text is ready before the string freeze, see http://drupal.org/node/189880), I got alerted from other sources as well, that committing this change was quite a bad decision on my part. I fully agree with this, so sorry for the issues. Rolled that patch back.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.