jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/358970 )
Change subject: Increase line number count of preview with tall image ...................................................................... Increase line number count of preview with tall image Previews with tall image now have 9 lines of text as opposed to the previous 7 lines. Bug: T165978 Change-Id: Ib3d39f5164663f9c9ccaa3c0a974d524fc2f9463 --- M resources/ext.popups/styles/ext.popups.core.less 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Jdlrobson: Looks good to me, approved diff --git a/resources/ext.popups/styles/ext.popups.core.less b/resources/ext.popups/styles/ext.popups.core.less index fad45c5..83bb2b3 100644 --- a/resources/ext.popups/styles/ext.popups.core.less +++ b/resources/ext.popups/styles/ext.popups.core.less @@ -171,7 +171,7 @@ .mwe-popups-extract { width: @popupTallWidth; - height: 7 * @lineHeight; + height: 9 * @lineHeight; overflow: hidden; /* @noflip */ float: left; -- To view, visit https://gerrit.wikimedia.org/r/358970 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib3d39f5164663f9c9ccaa3c0a974d524fc2f9463 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Popups Gerrit-Branch: master Gerrit-Owner: Bmansurov <bmansu...@wikimedia.org> Gerrit-Reviewer: Jdlrobson <jrob...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits