jenkins-bot has submitted this change and it was merged.

Change subject: Toast should be border-box to be centered correctly
......................................................................


Toast should be border-box to be centered correctly

Follow up to If5fe280e8d4424893cfaee9b1033fa77857287a2

Bug: T108642
Change-Id: I99deb234dc64e92435ab36accb66fc5a92ada063
---
M resources/mobile.toast/toast.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bmansurov: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/mobile.toast/toast.js b/resources/mobile.toast/toast.js
index 5f5fb89..6661f82 100644
--- a/resources/mobile.toast/toast.js
+++ b/resources/mobile.toast/toast.js
@@ -10,7 +10,7 @@
         * @extends Drawer
         */
        Toast = Drawer.extend( {
-               className: 'toast position-fixed',
+               className: 'toast position-fixed view-border-box',
                minHideDelay: 1000,
                /**
                 * @inheritdoc

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I99deb234dc64e92435ab36accb66fc5a92ada063
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to