Skip to content

Commit

Permalink
Pass frontend CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoonmi committed Nov 22, 2023
1 parent 9ded655 commit 440e31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ beforeEach(() => {
'surveys-new-creation-flow': true,
'surveys-results-visualizations': true,
'auto-redirect': true,
'surveys-open-choice': true,
notebooks: true,
})
)
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/scenes/surveys/SurveyAppearance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@

.multiple-choice-options input:checked + label {
font-weight: bold;
border: 1.5px solid rgb(0 0 0);
border: 1.5px solid rgb(0 0 0 / 100%);
}

.multiple-choice-options input:checked + label input {
Expand Down

0 comments on commit 440e31f

Please sign in to comment.