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
This commit is contained in:
Prateek Saxena 2014-11-20 14:54:14 +05:30
parent 45172f1f7b
commit 77538a1001

View file

@ -140,7 +140,7 @@
width: 300px;
.mwe-popups-extract {
max-height: 125px;
max-height: 120px;
overflow: hidden;
margin-bottom: 47px;
padding-bottom: 0;