Wassan.anmol has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/342901 )

Change subject: Fix pre-wrap formatting for Mozilla Firefox
......................................................................

Fix pre-wrap formatting for Mozilla Firefox

The pre-wrap is unprefixed since Firefox 3.0. The prefixed version is not 
supported in the current version of Firefox, so the console makes the page very 
wide.

Bug: T157947
Change-Id: I2a56e5b8f97deb35e5f2fed0d4083ffa7df11833
---
M modules/ext.scribunto.edit.css
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/01/342901/1

diff --git a/modules/ext.scribunto.edit.css b/modules/ext.scribunto.edit.css
index 610eb61..2e70591 100644
--- a/modules/ext.scribunto.edit.css
+++ b/modules/ext.scribunto.edit.css
@@ -6,7 +6,7 @@
 /* Preserve line breaks, but wrap too if browser supports it */
 #mw-scribunto-output {
        white-space: pre;
-       white-space: -moz-pre-wrap;
+       white-space: pre-wrap;
 }
 
 #mw-scribunto-input {

-- 
To view, visit https://gerrit.wikimedia.org/r/342901
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a56e5b8f97deb35e5f2fed0d4083ffa7df11833
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Wassan.anmol <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to