From 17a7b6376131850484db8f2e0a56f1cbbcbfbb96 Mon Sep 17 00:00:00 2001 From: Prof Langues Date: Fri, 5 Feb 2021 11:23:08 +0100 Subject: [PATCH] =?UTF-8?q?Bug=20s=C3=A9lecteur=20de=20fichier=20label=20d?= =?UTF-8?q?e=20type=20block=20plut=C3=B4t=20que=20inline-block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 d96e1334..04f43261 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1158,7 +1158,7 @@ textarea { } label { - display: inline-block; + display: block; margin-bottom: 4px; }