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.
1 parent 4207a25 commit 0c3c6e3Copy full SHA for 0c3c6e3
CHANGELOG.md
@@ -13,6 +13,7 @@
13
14
- Fixed main container zIndex ([PR 2863](https://github.com/input-output-hk/daedalus/pull/2863))
15
- Fixed ui overlap issues ([PR 2881](https://github.com/input-output-hk/daedalus/pull/2881))
16
+- Fixed the gap between Stake Pool View options ([PR 2899](https://github.com/input-output-hk/daedalus/pull/2899))
17
18
### Chores
19
source/renderer/app/components/staking/stake-pools/StakePoolsSearch.scss
@@ -97,10 +97,15 @@
97
line-height: 48px;
98
margin-left: 10px;
99
padding: 0 20px;
100
- width: 118px;
+ width: auto;
101
102
& > span {
103
display: flex;
104
+ margin-right: 15px;
105
+
106
+ &:last-child {
107
+ margin-right: 0;
108
+ }
109
}
110
111
button {
0 commit comments