Skip to content

Commit

Permalink
feat(optionality): 5 options for optionality
Browse files Browse the repository at this point in the history
  • Loading branch information
benprotheroe committed May 16, 2024
1 parent 631ce65 commit 73b6bca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ exports[`OakPupilJourneyOptionalityItem component test matches snapshot 1`] = `
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.75rem;
}
Expand Down

0 comments on commit 73b6bca

Please sign in to comment.