mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Fixed maximize button on Panel.
This commit is contained in:
parent
795a1caadf
commit
fed8d4c71a
3 changed files with 14 additions and 6 deletions
|
|
@ -236,7 +236,7 @@ export function Journey({ websiteId, steps, startStep, endStep, view }: JourneyP
|
|||
<div>{formatLongNumber(nodeCount)}</div>
|
||||
</Focusable>
|
||||
<Tooltip placement="top" offset={20} showArrow>
|
||||
<Text transform="lowercase" color="red-700">
|
||||
<Text transform="lowercase" color="red">
|
||||
{`${dropped}% ${formatMessage(labels.dropoff)}`}
|
||||
</Text>
|
||||
<Column>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue