From 7e2dfbc38ae595f4303e5d02626b0669aa60a1ba Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 4 Feb 2022 13:59:35 +0100 Subject: [PATCH] Bugfix: style P margin incorrect --- vendors/bootstrap/less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors/bootstrap/less/type.less b/vendors/bootstrap/less/type.less index 896678d44..38c47f4e2 100644 --- a/vendors/bootstrap/less/type.less +++ b/vendors/bootstrap/less/type.less @@ -7,7 +7,7 @@ // ------------------------- p { - margin: 0 0 (@baseLineHeight / 2); + margin: (@baseLineHeight / 2) 0; }