From bd909b0061cb91bf9acdce527df82799e447ac82 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 29 Dec 2021 14:57:18 +0100 Subject: [PATCH] fix details and corrections --- .../ChillPersonBundle/Resources/public/chill/chillperson.scss | 4 ++++ .../Resources/views/AccompanyingCourse/index.html.twig | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/chill/chillperson.scss b/src/Bundle/ChillPersonBundle/Resources/public/chill/chillperson.scss index 9680f116a..b4489de70 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/chill/chillperson.scss +++ b/src/Bundle/ChillPersonBundle/Resources/public/chill/chillperson.scss @@ -260,6 +260,7 @@ div#dashboards { div.mbloc { & > div:not(.warnings) { border: 1px solid $chill-light-gray; + border-radius: 0.35rem; padding: 1rem; } & > div.warnings .alert { @@ -267,6 +268,9 @@ div#dashboards { } blockquote.chill-user-quote { margin: -1.2em; + p { + margin: 0; + } } } } diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig index e4b4c3503..fe7cd53c4 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig @@ -19,7 +19,7 @@ {% endblock %} {% block content %} -
+
@@ -70,7 +70,7 @@

{{ 'Pinned comment'|trans }}

- + {{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }}