From 23854b3bf26145b824c05ce67e7a63a503513168 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 25 Jan 2018 09:44:46 +0100 Subject: [PATCH] Fix recipient boxes in recipient-input --- skins/elastic/styles/widgets/forms.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less index 262498fc1..b396713f0 100644 --- a/skins/elastic/styles/widgets/forms.less +++ b/skins/elastic/styles/widgets/forms.less @@ -846,13 +846,14 @@ html.touch .popupmenu.form { a.button.icon { font-size: .8em; cursor: pointer; - line-height: 1.6; + padding: 0 0 0 .25em; &:before { float: none; display: inline-block; width: 1em; margin: 0; + line-height: 1.5; } }