summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorkunish <[email protected]>2023-02-15 16:47:52 +0800
committerkunish <[email protected]>2023-02-15 16:47:52 +0800
commita327852a488ddb972a4d8c1e0c8ef82bdb47a88f (patch)
treeaea81de7d6e0726c505c848012a3cc6f050a3db2 /src/components
parent3de0470546f3e9b4545322e3246d4ca3f13068f6 (diff)
fix: traffic chart dash line not showing
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Search.module.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Search.module.scss b/src/components/Search.module.scss
index 294fe65..58c20aa 100644
--- a/src/components/Search.module.scss
+++ b/src/components/Search.module.scss
@@ -43,4 +43,5 @@
top: 50%;
transform: translateY(-50%);
left: 10px;
+ line-height: 0;
}