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 <hartman.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to