- Observed in REL1_41. (Perhaps a regression, I am not sure)
Problem:
When changing the login button text
Mediawiki core: css id: #wpLoginAttempt ; System text MediaWiki:Pt-login-button Extension:PluggableAuth: css id: w-input-pluggableauthlogin0
I observed, that longer texts are cut, because the button size limits the text, the button size is not enlarged correspondingly.
These buttons should be skinned in the MW-Core with:
white-space: normal; word-wrap: break-word; height: auto;
Remark / workaround:
I documented a workaround (until the MediaWiki Core skin is corrected) which can be applied in LocalSettings.php here:
and here: