[CYS] Transitional page: fix margins and make the 3rd question not required (#45709)

* Fix margins and make the 3rd question not required

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Alba Rincón 2024-03-20 09:46:38 +01:00 committed by GitHub
parent 1849d94c52
commit 7b22412508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View File

@ -82,9 +82,8 @@
}
.woocommerce-customize-store__transitional-main-actions {
margin: 20px 0 0;
display: flex;
gap: 20px;
gap: 40px;
flex-direction: row;
@media only screen and (max-width: 600px) {

View File

@ -79,7 +79,6 @@ export const SurveyForm = ( {
const disableSendButton =
rating === 0 ||
feedbackText === '' ||
( ! isStreamlineChecked &&
! isDislikeThemesChecked &&
! isThemeNoMatchChecked &&
@ -188,7 +187,6 @@ export const SurveyForm = ( {
'Did you find anything confusing, irrelevant, or not useful?',
'woocommerce'
) }
<span>*</span>
</h4>
<TextareaControl
value={ feedbackText }

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
CYS - Transitional page: fix margins and make the 3rd question not required.