Skip to content

Commit

Permalink
Fix margins and make the 3rd question not required
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin committed Mar 19, 2024
1 parent f2a8c7f commit d651d06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 comments on commit d651d06

Please sign in to comment.