[MediaWiki-commits] [Gerrit] mediawiki...OATHAuth[master]: Prevent pagebreaking in the middle of the form
jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/354497 ) Change subject: Prevent pagebreaking in the middle of the form .. Prevent pagebreaking in the middle of the form Bug: T150587 Change-Id: Ic3dc5fe2c7512ee9d72e15dc95dac3cb3f028774 --- M modules/ext.oath.showqrcode.styles.css 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/ext.oath.showqrcode.styles.css b/modules/ext.oath.showqrcode.styles.css index aae0d95..0e2f48c 100644 --- a/modules/ext.oath.showqrcode.styles.css +++ b/modules/ext.oath.showqrcode.styles.css @@ -7,3 +7,7 @@ white-space: nowrap; font-size: larger; } + +fieldset { + page-break-inside: avoid; +} -- To view, visit https://gerrit.wikimedia.org/r/354497 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic3dc5fe2c7512ee9d72e15dc95dac3cb3f028774 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OATHAuth Gerrit-Branch: master Gerrit-Owner: TheDJ Gerrit-Reviewer: Brion VIBBER Gerrit-Reviewer: Reedy Gerrit-Reviewer: jenkins-bot <> ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] mediawiki...OATHAuth[master]: Prevent pagebreaking in the middle of the form
TheDJ has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/354497 ) Change subject: Prevent pagebreaking in the middle of the form .. Prevent pagebreaking in the middle of the form Bug: T150587 Change-Id: Ic3dc5fe2c7512ee9d72e15dc95dac3cb3f028774 --- M modules/ext.oath.showqrcode.styles.css 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OATHAuth refs/changes/97/354497/1 diff --git a/modules/ext.oath.showqrcode.styles.css b/modules/ext.oath.showqrcode.styles.css index aae0d95..0e2f48c 100644 --- a/modules/ext.oath.showqrcode.styles.css +++ b/modules/ext.oath.showqrcode.styles.css @@ -7,3 +7,7 @@ white-space: nowrap; font-size: larger; } + +fieldset { + page-break-inside: avoid; +} -- To view, visit https://gerrit.wikimedia.org/r/354497 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic3dc5fe2c7512ee9d72e15dc95dac3cb3f028774 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OATHAuth Gerrit-Branch: master Gerrit-Owner: TheDJ ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits