Skip to content

Commit

Permalink
[CYS] Transitional page: fix margins and make the 3rd question not re…
Browse files Browse the repository at this point in the history
…quired (#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>
  • Loading branch information
albarin and github-actions committed Mar 20, 2024
1 parent 1849d94 commit 7b22412
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Expand Up @@ -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) {
Expand Down
Expand Up @@ -79,7 +79,6 @@ export const SurveyForm = ( {

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

CYS - Transitional page: fix margins and make the 3rd question not required.

0 comments on commit 7b22412

Please sign in to comment.