mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fixed funnel chart.
This commit is contained in:
parent
db36c37d32
commit
62f35668ae
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@
|
|||
background-color: var(--base100);
|
||||
}
|
||||
|
||||
.step:last-child::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card {
|
||||
display: grid;
|
||||
gap: 20px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue