https://bugzilla.wikimedia.org/show_bug.cgi?id=34557
Fomafix <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Fomafix <[email protected]> --- (In reply to Daniel Friesen from comment #7) > For example: > # Go to https://pl.wikipedia.org/wiki/Pies_domowy > # Click on "Zgłoś błąd" in the sidebar > # Then click on "Przejdź do formularza" This should be fixed in https://pl.wikipedia.org/wiki/MediaWiki:Gadget-wikibugs.css .reportBugDialog input.text, .reportBugDialog textarea { margin-bottom: 12px; width: 95%; padding: .4em; } can replaced by .reportBugDialog input.text, .reportBugDialog textarea { margin-bottom: 12px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: .4em; } Since https://gerrit.wikimedia.org/r/105207 textarea has width: 100%; box-sizing: border-box; but input needs width: 100%; box-sizing: border-box; -- 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
