0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed placement when last onboarding step is the active one

ref https://linear.app/tryghost/issue/IPC-124/fix-placement-when-the-last-step-is-active
This commit is contained in:
Djordje Vlaisavljevic 2024-03-28 16:23:50 +00:00
parent 85737012ab
commit f20c79ee54

View file

@ -2816,6 +2816,10 @@ Onboarding checklist */
margin-bottom: -12px;
}
.gh-onboarding-item:last-child.gh-onboarding-item--next {
margin-bottom: -18px;
}
.gh-onboarding-item:hover {
cursor: pointer;
}