We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b9abdc + 5f729a3 commit f156535Copy full SHA for f156535
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pontem/liquidswap-widget",
3
- "version": "0.5.4",
+ "version": "0.5.5",
4
"homepage": "https://github.com/pontem-network/liquidswap-widget#readme",
5
"description": "Liquidswap widget as custom web component",
6
"files": [
src/Swap/styles/swapInput.scss
@@ -80,6 +80,7 @@
80
text-overflow: ellipsis;
81
appearance: textfield;
82
-webkit-appearance: none;
83
+ width: 100%;
84
}
85
86
&__select {
0 commit comments