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

--- Comment #1 from Jon <[email protected]> ---
I suspect we will need to use a class approach.
e.g. when generating an input, take a look at the number of maxlength
if maxlength < 5 add mw-ui-input-short
if maxlength > 5 and maxlength < 10 use mw-ui-input-medium

Numbers are arbitary, but I think something like
[maxlength=1],
[maxlength=2],
[maxlength=3],
[maxlength=4] {
width: 40px;
}
would be overkill.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to