Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
fix snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-d-bbc committed Aug 2, 2021
1 parent 3229cc6 commit 582216f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ exports[`Brand should render correctly with link provided 1`] = `
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 80rem;
max-width: 78rem;
margin: 0 auto;
}
Expand Down Expand Up @@ -328,7 +328,7 @@ exports[`Brand should render correctly with no service Localised Name 1`] = `
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 80rem;
max-width: 78rem;
margin: 0 auto;
}
Expand Down Expand Up @@ -460,7 +460,7 @@ exports[`Brand should render correctly with transparent borders 1`] = `
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 80rem;
max-width: 78rem;
margin: 0 auto;
}
Expand Down

0 comments on commit 582216f

Please sign in to comment.