From dd64c2c45a448c919ca51f7e5d22ef3ae4e8b169 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Thu, 8 Feb 2024 13:36:36 +0100 Subject: [PATCH] separate "see more" from content --- src/components/ParsedNote/ParsedNote.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ParsedNote/ParsedNote.module.scss b/src/components/ParsedNote/ParsedNote.module.scss index aaf34a7..1636a0c 100644 --- a/src/components/ParsedNote/ParsedNote.module.scss +++ b/src/components/ParsedNote/ParsedNote.module.scss @@ -96,7 +96,9 @@ } .more { + display: block; margin-left: 0; + margin-top: 12px; span { margin-left: 2px; }