mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
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:
parent
45172f1f7b
commit
77538a1001
|
@ -140,7 +140,7 @@
|
|||
width: 300px;
|
||||
|
||||
.mwe-popups-extract {
|
||||
max-height: 125px;
|
||||
max-height: 120px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 47px;
|
||||
padding-bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue