@govuk-pay/pay-js-commons 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+
2
+ 9
3
+ README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govuk-pay/pay-js-commons",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Reusable js scripts for GOV.UK Pay Node.js projects",
5
5
  "engines": {
6
6
  "node": "^16.14.0"
@@ -14,6 +14,7 @@ $logo-image-height: 2em;
14
14
  @if $logo-image-height != null {
15
15
  .custom-branding-image {
16
16
  max-height: $logo-image-height;
17
+ min-width: 204px;
17
18
 
18
19
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
19
20
  width: 100%;