From: Vincent Vanwaelscappel Date: Wed, 14 Jan 2026 10:30:49 +0000 (+0100) Subject: wip #7898 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=22ae22876c9bb184dc5f40c2d1b73efc3d745e3a;p=fluidbook-html5.git wip #7898 @1 --- diff --git a/style/cart/kimplay.less b/style/cart/kimplay.less index 1e2627fe..e3c8d1a3 100644 --- a/style/cart/kimplay.less +++ b/style/cart/kimplay.less @@ -18,8 +18,10 @@ } .image { - float: left; - width: 250px; + display: inline-block; + vertical-align: middle; + width: 245px; + img { max-width: 250px; @@ -29,7 +31,8 @@ .form { width: 350px; - float: left; + display: inline-block; + vertical-align: middle; text-align: left; text-transform: uppercase; padding: 0 50px; @@ -47,10 +50,12 @@ } textarea { + min-width: 100%; width: 100%; max-width: 100%; height: 58px; max-height: 58px; + min-height: 58px; padding: 5px; }