From ac897b5b4d62750f94e8d2e8ff518789fb0b1092 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 29 Sep 2020 17:06:08 +0200 Subject: [PATCH] Fix css --- htdocs/takepos/css/pos.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php index 503ae0123f9..973bbabba2d 100644 --- a/htdocs/takepos/css/pos.css.php +++ b/htdocs/takepos/css/pos.css.php @@ -716,7 +716,8 @@ div#moreinfo, div#infowarehouse { width: 40%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); animation-name: animatetop; - animation-duration: 0.4s + animation-duration: 0.4s; + min-width: 200px; } @keyframes animatetop {