Merge "Reduce max height of text extract"

This commit is contained in:
jenkins-bot 2014-12-03 15:33:21 +00:00 committed by Gerrit Code Review
commit 1b6eaddba0

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;