From 054c7ec9455f52ea1c665e3cb23a08c6f69a97e7 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 15 Nov 2021 21:48:56 +0100 Subject: [PATCH] notice inline --- core/layout/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/layout/common.css b/core/layout/common.css index 8446c098..ba135c73 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -337,7 +337,7 @@ td>.col12 { /* Notice */ .notice { - display: inline-block; + display: block; /* au lieu de inline-block notamment dans les input file*/ color: #E74C3C; }