@transferwise/components 0.0.0-experimental-86403f4 → 0.0.0-experimental-3bad50f
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/build/main.css
CHANGED
|
@@ -1777,7 +1777,8 @@ button.np-option {
|
|
|
1777
1777
|
margin-right: var(--size-16);
|
|
1778
1778
|
margin-top: -10px;
|
|
1779
1779
|
padding-bottom: 16px;
|
|
1780
|
-
max-width:
|
|
1780
|
+
max-width: -moz-fit-content;
|
|
1781
|
+
max-width: fit-content;
|
|
1781
1782
|
}
|
|
1782
1783
|
.np-select-option {
|
|
1783
1784
|
border-radius: 10px;
|
package/build/styles/main.css
CHANGED
|
@@ -1777,7 +1777,8 @@ button.np-option {
|
|
|
1777
1777
|
margin-right: var(--size-16);
|
|
1778
1778
|
margin-top: -10px;
|
|
1779
1779
|
padding-bottom: 16px;
|
|
1780
|
-
max-width:
|
|
1780
|
+
max-width: -moz-fit-content;
|
|
1781
|
+
max-width: fit-content;
|
|
1781
1782
|
}
|
|
1782
1783
|
.np-select-option {
|
|
1783
1784
|
border-radius: 10px;
|
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -1777,7 +1777,8 @@ button.np-option {
|
|
|
1777
1777
|
margin-right: var(--size-16);
|
|
1778
1778
|
margin-top: -10px;
|
|
1779
1779
|
padding-bottom: 16px;
|
|
1780
|
-
max-width:
|
|
1780
|
+
max-width: -moz-fit-content;
|
|
1781
|
+
max-width: fit-content;
|
|
1781
1782
|
}
|
|
1782
1783
|
.np-select-option {
|
|
1783
1784
|
border-radius: 10px;
|