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

Change subject: Reduce max height of text extract
......................................................................


Reduce max height of text extract

Currently .mwe-popups-extract keeps some empty space after the last
line. This shifts a little when zooming in causing part of the text
of the next line to be visible. Reducing this to have lesser extra
empty space solves the problem.

Bug: 73551
Change-Id: I968fca23fe2de04cb3f73ba4e7d4f676fbf88536
---
M resources/ext.popups.core.less
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/resources/ext.popups.core.less b/resources/ext.popups.core.less
index 0942fb1..4a6f8c8 100644
--- a/resources/ext.popups.core.less
+++ b/resources/ext.popups.core.less
@@ -140,7 +140,7 @@
                width: 300px;
 
                .mwe-popups-extract {
-                       max-height: 125px;
+                       max-height: 120px;
                        overflow: hidden;
                        margin-bottom: 47px;
                        padding-bottom: 0;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I968fca23fe2de04cb3f73ba4e7d4f676fbf88536
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Popups
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Werdna <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to