From 82a58222211fc8bbde49e32b7796f93fa05e0c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Tue, 6 Feb 2024 13:43:05 +0100 Subject: [PATCH] Sync block wrap styles for compose/reporter --- .../compose/src/components/PageBlocks/Wrap/Card.vue | 12 +++++++++--- .../compose/src/components/PageBlocks/Wrap/Plain.vue | 6 +++++- .../reporter/src/components/Report/Blocks/index.vue | 9 ++++----- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/client/web/compose/src/components/PageBlocks/Wrap/Card.vue b/client/web/compose/src/components/PageBlocks/Wrap/Card.vue index 616b48dd7..1da06cd16 100644 --- a/client/web/compose/src/components/PageBlocks/Wrap/Card.vue +++ b/client/web/compose/src/components/PageBlocks/Wrap/Card.vue @@ -10,8 +10,14 @@ :class="`border-bottom text-nowrap pr-2 ${headerClass}`" :header-text-variant="block.style.variants.headerText" > -
-
+
+

{{ blockDescription }} diff --git a/client/web/compose/src/components/PageBlocks/Wrap/Plain.vue b/client/web/compose/src/components/PageBlocks/Wrap/Plain.vue index 006cdbff4..585d4e9fb 100644 --- a/client/web/compose/src/components/PageBlocks/Wrap/Plain.vue +++ b/client/web/compose/src/components/PageBlocks/Wrap/Plain.vue @@ -10,11 +10,15 @@ >

{{ blockTitle }} @@ -51,7 +55,7 @@ {{ blockDescription }} diff --git a/client/web/reporter/src/components/Report/Blocks/index.vue b/client/web/reporter/src/components/Report/Blocks/index.vue index 5290104f5..5c31ff376 100644 --- a/client/web/reporter/src/components/Report/Blocks/index.vue +++ b/client/web/reporter/src/components/Report/Blocks/index.vue @@ -9,19 +9,18 @@ >
-
{{ block.title }} -
+

{{ block.description }}