Catrope has submitted this change and it was merged. Change subject: (bug 260) Wrap <pre> overflow properly. ......................................................................
(bug 260) Wrap <pre> overflow properly. The previous approach with overflow: hidden; had issues. This is much better. See inline comment as well as the discussion on bug 260 for more information and the cross-browser test. And it took only 8 years! * Ref: - bug 260 - bug 414 - bug 22060 This commit cherry-pick's 782b9f177404f02417c03abaf96b371e1462f160 from master to 1.20wmf8 Change-Id: I7eec3ffeaa5ad633270714ce06023b29a71519f9 --- M skins/common/commonElements.css 1 file changed, 16 insertions(+), 0 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/16694 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7eec3ffeaa5ad633270714ce06023b29a71519f9 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.20wmf8 Gerrit-Owner: Trevor Parscal <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Trevor Parscal <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
