@payrails/web-sdk 5.8.3 → 5.8.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payrails/web-sdk",
3
- "version": "5.8.3",
3
+ "version": "5.8.4",
4
4
  "description": "SDK providing tokenization options on the client for merchants",
5
5
  "main": "index.js",
6
6
  "types": "payrails.d.ts",
@@ -174,7 +174,6 @@
174
174
  box-shadow: none;
175
175
  box-sizing: border-box;
176
176
  background-color: rgba(246, 247, 248, 1);
177
-
178
177
  display: flex;
179
178
  flex-direction: column;
180
179
  align-items: flex-start;
@@ -330,7 +329,7 @@
330
329
  }
331
330
 
332
331
  #payrails-dropin-component * {
333
- min-width: none !important;
332
+ min-width: unset !important;
334
333
  }
335
334
 
336
335
  #payrails-dropin-component > div:has(label) {