diff --git a/src/OnboardingSPA/steps/GetStarted/Welcome/stylesheet.scss b/src/OnboardingSPA/steps/GetStarted/Welcome/stylesheet.scss index 0f46ba6d2..b4732bac5 100644 --- a/src/OnboardingSPA/steps/GetStarted/Welcome/stylesheet.scss +++ b/src/OnboardingSPA/steps/GetStarted/Welcome/stylesheet.scss @@ -132,6 +132,7 @@ } .tab-text { + min-height: 228px; padding-right: 10px; font-size: clamp(0.88rem, 0.45rem + 0.76vw, 1.13rem); line-height: 1.6; diff --git a/src/OnboardingSPA/steps/WhatNext/contents.js b/src/OnboardingSPA/steps/WhatNext/contents.js index d4d7cc9ed..9e4e33fe6 100644 --- a/src/OnboardingSPA/steps/WhatNext/contents.js +++ b/src/OnboardingSPA/steps/WhatNext/contents.js @@ -80,6 +80,7 @@ const getContents = ( brandName, brandSlug ) => { 'From beginner to advanced, you have a partner to trust. Our support works when you work. Also count on various help materials on YouTube, blog and Knowledge Base.', 'wp-module-onboarding' ); + contents.tabs[ 2 ].imgType = ''; } return contents;