From c4f46dd7d4207c1f3e10373121b23ca09068da91 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Sat, 10 May 2014 01:07:41 +0530 Subject: [PATCH] Increase font size Increase the extract font-size. Also increase the max-height of .mwe-popups-extract so that the text does not get cut. Bug: 63508 Change-Id: Icde0ca8af44e68cab71816f4c89fe9a68f66b472 --- resources/ext.popups.core.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/ext.popups.core.less b/resources/ext.popups.core.less index 0fa090190..8b41f4309 100644 --- a/resources/ext.popups.core.less +++ b/resources/ext.popups.core.less @@ -31,8 +31,8 @@ border: 1px solid #bbb; padding: 0; display: none; - font-size: 0.8em; - line-height: 1.5em; + font-size: 15px; + line-height: 24px; cursor: pointer; min-width: 300px; @@ -120,7 +120,7 @@ width: 300px; .mwe-popups-extract { - max-height: 120px; + max-height: 125px; overflow: hidden; margin-bottom: 3.84em; padding-bottom: 1.28em;