diff options
| author | kunish <[email protected]> | 2023-02-15 16:47:52 +0800 |
|---|---|---|
| committer | kunish <[email protected]> | 2023-02-15 16:47:52 +0800 |
| commit | a327852a488ddb972a4d8c1e0c8ef82bdb47a88f (patch) | |
| tree | aea81de7d6e0726c505c848012a3cc6f050a3db2 /src/components | |
| parent | 3de0470546f3e9b4545322e3246d4ca3f13068f6 (diff) | |
fix: traffic chart dash line not showing
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Search.module.scss | 1 |
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; } |
