From ca829f75870eea30ce801113280c4156dabe94de Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 17 May 2019 18:28:37 +0200 Subject: [PATCH] fix #2734 @0:10 --- style/fluidbook.less | 2 +- style/mobilefirst.less | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index a40b3eba..e4a7bef3 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1839,7 +1839,7 @@ form input[type="text"], form input[type="email"] { } &.simple { - width: 100px; + .overlay { width: 100px; } diff --git a/style/mobilefirst.less b/style/mobilefirst.less index da648f98..c745694e 100644 --- a/style/mobilefirst.less +++ b/style/mobilefirst.less @@ -131,6 +131,12 @@ } } + .doubleThumb { + &.simple { + width: 100px; + } + } + .thumb.cut { &:after { content: ""; -- 2.39.5