mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01: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);
|
background-color: var(--base100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.step:last-child::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue