diff --git a/plugins/talk-plugin-profile-data/client/components/StepProgress.css b/plugins/talk-plugin-profile-data/client/components/StepProgress.css index bede31511..814a75b6c 100644 --- a/plugins/talk-plugin-profile-data/client/components/StepProgress.css +++ b/plugins/talk-plugin-profile-data/client/components/StepProgress.css @@ -24,6 +24,8 @@ box-sizing: border-box; margin: 0; padding: 0; + top: calc(50% - 2px); + left: 0; } .container { @@ -33,4 +35,4 @@ align-items: center; height: 50px; margin: 0 20px; -} \ No newline at end of file +}