Skip to content

Commit 0c3c6e3

Browse files
[DDW-994] [BUG] Fix the "gap" between "Stake Pool View" options in Mainnet. (#2899)
1 parent 4207a25 commit 0c3c6e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
- Fixed main container zIndex ([PR 2863](https://github.com/input-output-hk/daedalus/pull/2863))
1515
- 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))
1617

1718
### Chores
1819

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,15 @@
9797
line-height: 48px;
9898
margin-left: 10px;
9999
padding: 0 20px;
100-
width: 118px;
100+
width: auto;
101101

102102
& > span {
103103
display: flex;
104+
margin-right: 15px;
105+
106+
&:last-child {
107+
margin-right: 0;
108+
}
104109
}
105110

106111
button {

0 commit comments

Comments
 (0)