@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/index.js +4 -4
- package/package.json +1 -1
- package/payrails-styles.css +1 -2
- package/payrails.js +4 -4
package/package.json
CHANGED
package/payrails-styles.css
CHANGED
|
@@ -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:
|
|
332
|
+
min-width: unset !important;
|
|
334
333
|
}
|
|
335
334
|
|
|
336
335
|
#payrails-dropin-component > div:has(label) {
|