Skip to content

Commit 4a84903

Browse files
committed
[DDW 1014]: fix stake pool search paddings
1 parent a0e800f commit 4a84903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/renderer/app/components/staking/stake-pools/StakePoolsSearch.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
input {
4242
border-radius: 4px;
4343
height: 50px;
44-
padding: 0 68px 0 55px;
44+
padding: 0 68px 0 45px;
4545
}
4646

4747
&.inputExtrasSearch {
@@ -61,7 +61,7 @@
6161
height: 48px;
6262
line-height: 48px;
6363
position: absolute;
64-
right: 20px;
64+
right: 11px;
6565
}
6666

6767
.clearSearchButton {

0 commit comments

Comments
 (0)