From a2756ad9d6e11fbda452d0a8642188139329e10d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 23 Jul 2020 12:07:43 +0200 Subject: [PATCH] fix #3813 @0:10 --- style/fluidbook.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 72176c3c..fc3afa1d 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1984,9 +1984,9 @@ form input[type="text"], form input[type="email"] { position: absolute; z-index: 1; font-size: 14px; - line-height: 2; + line-height: 1em; left: 0; - top: unit(@thumb-height - 7, px); + top: unit(@thumb-height, px); } &.right { -- 2.39.5