From 1442f626335e30e3a8d74e4e13e561c41f073ef8 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Thu, 23 Nov 2023 07:39:11 +0100 Subject: [PATCH] Fix spacing in documentation for readability This commit improves the readability of the script/category documentations by refining the vertical and horizontal spacing. The adjustments aim to create more visually consistent layout. Styling changes include: - Add more and consistent spacing between text parts (such as lists, tables, paragraphs etc.). - Remove top/bottom spacing at the start and end of the text. - Add more horizontal spacing (padding on left) for lists. - Improve blockquote styling with a border and similar spacing as other parts. --- .../Documentation/DocumentationText.vue | 84 ++++++++++++------- 1 file changed, 56 insertions(+), 28 deletions(-) diff --git a/src/presentation/components/Scripts/View/Tree/NodeContent/Documentation/DocumentationText.vue b/src/presentation/components/Scripts/View/Tree/NodeContent/Documentation/DocumentationText.vue index e3105a1b..3dcdc08c 100644 --- a/src/presentation/components/Scripts/View/Tree/NodeContent/Documentation/DocumentationText.vue +++ b/src/presentation/components/Scripts/View/Tree/NodeContent/Documentation/DocumentationText.vue @@ -55,6 +55,8 @@ function renderAsMarkdownListItem(content: string): string {