From b7966ff7fa2829ac9d128f1d560a2b98149514ac Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 21 Jul 2023 04:51:55 +0000
Subject: [PATCH] update features list
---
quartz/components/styles/popover.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/quartz/components/styles/popover.scss b/quartz/components/styles/popover.scss
index a372299..2bc1af1 100644
--- a/quartz/components/styles/popover.scss
+++ b/quartz/components/styles/popover.scss
@@ -23,8 +23,8 @@
& > .popover-inner {
position: relative;
width: 30rem;
- height: 20rem;
- padding: 0 1rem 1rem 1rem;
+ max-height: 20rem;
+ padding: 0 1rem 2rem 1rem;
font-weight: initial;
line-height: normal;
font-size: initial;
--
Gitblit v1.10.0