From b22bcd17b4301c6ef398124eec11f6dff0c2d37d Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 24 Jan 2024 04:20:35 +0000
Subject: [PATCH] fix: border-box result-card

---
 quartz/components/styles/graph.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/quartz/components/styles/graph.scss b/quartz/components/styles/graph.scss
index 435be79..3deaa1f 100644
--- a/quartz/components/styles/graph.scss
+++ b/quartz/components/styles/graph.scss
@@ -3,7 +3,7 @@
 .graph {
   & > h3 {
     font-size: 1rem;
-    margin: 0
+    margin: 0;
   }
 
   & > .graph-outer {
@@ -26,7 +26,7 @@
       top: 0;
       right: 0;
       border-radius: 4px;
-      background-color: transparent; 
+      background-color: transparent;
       transition: background-color 0.5s ease;
       cursor: pointer;
       &:hover {
@@ -52,7 +52,7 @@
 
     & > #global-graph-container {
       border: 1px solid var(--lightgray);
-      background-color: var(--light); 
+      background-color: var(--light);
       border-radius: 5px;
       box-sizing: border-box;
       position: fixed;

--
Gitblit v1.10.0