From 12014003da5f95a2cfc9cdc95f07a165de350e94 Mon Sep 17 00:00:00 2001 From: cernekj Date: Wed, 31 Jan 2024 01:08:10 +0100 Subject: [PATCH] Display the complete height of emoji on the first line of text on the Board, without cropping them --- src/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.less b/src/main.less index 290970ea..43d360b6 100644 --- a/src/main.less +++ b/src/main.less @@ -443,6 +443,10 @@ button.kanban-plugin__new-item-button { margin-block-end: 0.66em; } +.kanban-plugin__markdown-preview-view p { + padding-top: 1px; +} + .kanban-plugin__markdown-preview-view blockquote { margin-inline-start: 0; margin-inline-end: 0;