From d8ecf0af3a56fef829f7943d46b3893356376e2e Mon Sep 17 00:00:00 2001 From: Philson Philip Date: Wed, 4 Oct 2023 14:20:50 +0530 Subject: [PATCH] Updated figcaption styles (#901) --- src/styles/editor/_editor-content.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/editor/_editor-content.scss b/src/styles/editor/_editor-content.scss index 091b7b85..d364126f 100644 --- a/src/styles/editor/_editor-content.scss +++ b/src/styles/editor/_editor-content.scss @@ -276,7 +276,8 @@ figcaption div { text-align: center; - font-size: 13px; + font-size: 14px; + line-height: 1.4; font-weight: var(--neeto-ui-font-normal); color: rgb(var(--neeto-ui-gray-600));