https://bugzilla.wikimedia.org/show_bug.cgi?id=20184

entli...@gmx-topmail.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |entli...@gmx-topmail.de

--- Comment #2 from entli...@gmx-topmail.de 2010-09-08 01:27:24 UTC ---
This is because both the label and the following input field are inline (the
input actually behaves just like a single very long word). What browsers do if
the label contains text that is long enough to push the input field to the next
line is correct: They can't break the input field between lines and therefore
justify the label by inserting large amount of space.

Possible workaround:

.editOptions { text-align: left }
.rtl .editOptions { text-align: right }

Another approach is to change the label and/or the input field from inline to
block, but that would make it look different in cases where the label would be
short enough to fit on a single line together with the input field.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to