From 846e487e277e976988b50ff9ac7dbc157e59b2e5 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 28 Feb 2022 12:13:58 +0100 Subject: [PATCH] fix display of address in renderbox --- .../ChillMainBundle/Resources/public/chill/scss/render_box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss index 37d4f97c4..c42c592a9 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss @@ -72,7 +72,7 @@ section.chill-entity { } } p { - display: inline-block; + // display: inline-block; margin: 0 0 0 1.5em; text-indent: -1.5em;