Make vertical preview show 7 lines

Bug: T165978
Change-Id: I3474ab271679d290be58afca0d31c25b17b0442b
This commit is contained in:
Baha 2017-05-31 16:17:50 -04:00 committed by Jdlrobson
parent 88850bb8b1
commit 39672c5f49

View file

@ -186,7 +186,7 @@
width: @popupWidth;
.mwe-popups-extract {
max-height: 120px;
max-height: 7 * @lineHeight;
overflow: hidden;
margin-bottom: 47px;
padding-bottom: 0;