From 75c4a66081dc0d7ee0622b5c178b5b9f20a43eaa Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 28 May 2019 14:03:27 +0200 Subject: [PATCH] fix #2798 @0.5 --- style/fluidbook.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 1eac57ca..3b760c2d 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1888,11 +1888,11 @@ form input[type="text"], form input[type="email"] { .hits { position: relative; - display: block; + display: inline-block; z-index: 5; font-size: 12px; height: 30px; - margin-top: -15px; + transform: translateY(-15px); top: 50%; &.yes { -- 2.39.5