Skip to content

Commit f156535

Browse files
authored
Merge pull request #41 from pontem-network/change-ui
Change UI
2 parents 7b9abdc + 5f729a3 commit f156535

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pontem/liquidswap-widget",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"homepage": "https://github.com/pontem-network/liquidswap-widget#readme",
55
"description": "Liquidswap widget as custom web component",
66
"files": [

src/Swap/styles/swapInput.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
text-overflow: ellipsis;
8181
appearance: textfield;
8282
-webkit-appearance: none;
83+
width: 100%;
8384
}
8485

8586
&__select {

0 commit comments

Comments
 (0)