[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:
parent
1849d94c52
commit
7b22412508
|
@ -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) {
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
CYS - Transitional page: fix margins and make the 3rd question not required.
|
Loading…
Reference in New Issue