From faf3d5927d807328338ebf501c6b046289342159 Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Fri, 21 Sep 2018 09:19:24 +0200 Subject: [PATCH] style(onboarding): ensure constant button position A slight difference in height between the previous and next buttons was causing the next button to appear to move when switching between a page with or without the previous button. Ensure that the previous and next buttons have a consistent height and do not move when switching pages in the onboarding process. --- app/components/Onboarding/FormContainer/FormContainer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Onboarding/FormContainer/FormContainer.scss b/app/components/Onboarding/FormContainer/FormContainer.scss index 2f1ea916..4a498356 100644 --- a/app/components/Onboarding/FormContainer/FormContainer.scss +++ b/app/components/Onboarding/FormContainer/FormContainer.scss @@ -76,7 +76,7 @@ .backButton { cursor: pointer; transition: all 0.25s; - padding: 10px 20px 10px 0; + padding: 8px 20px 8px 0; text-align: center; &:hover {