From ef4b1356acaf7ff06f24826c85b9d02d407a06b8 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 20 Oct 2022 10:42:05 +0200 Subject: [PATCH] Fix styling bug when editing a text block --- client/src/components/content-blocks/TextBlock.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/content-blocks/TextBlock.vue b/client/src/components/content-blocks/TextBlock.vue index b758ddef..0a238e6a 100644 --- a/client/src/components/content-blocks/TextBlock.vue +++ b/client/src/components/content-blocks/TextBlock.vue @@ -26,6 +26,7 @@ .text-block { margin-bottom: $medium-spacing; // if calc is not supported margin-bottom: calc(#{$large-spacing} - 0.25rem); // to offset the 1.5 line height, which leaves a padding + @include regular-paragraph; /deep/ ul { @include list-parent;