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

Change subject: Cards should use global @deviceWidthTablet LESS variable
......................................................................


Cards should use global @deviceWidthTablet LESS variable

Depends-On: Iefce83763da0cbd037a7ff889088b0da820220a0
Bug: T124995
Change-Id: Ide19be8509b4fdd0c9319c63bc5905ea8e5e3704
---
M resources/styles.less
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/resources/styles.less b/resources/styles.less
index f24174b..20d630b 100644
--- a/resources/styles.less
+++ b/resources/styles.less
@@ -102,7 +102,7 @@
        }
 }
 
-@media all and (min-width: @wgMFDeviceWidthTablet) {
+@media all and (min-width: @deviceWidthTablet) {
        .ext-cards-card-list {
                border-top: none;
                .ext-cards-card {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ide19be8509b4fdd0c9319c63bc5905ea8e5e3704
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cards
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