Skip to content

Commit

Permalink
[DDW-994] [BUG] Fix the "gap" between "Stake Pool View" options in Ma…
Browse files Browse the repository at this point in the history
…innet. (#2899)
  • Loading branch information
renanvalentin authored Feb 28, 2022
1 parent 4207a25 commit 0c3c6e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

- Fixed main container zIndex ([PR 2863](https://github.com/input-output-hk/daedalus/pull/2863))
- Fixed ui overlap issues ([PR 2881](https://github.com/input-output-hk/daedalus/pull/2881))
- Fixed the gap between Stake Pool View options ([PR 2899](https://github.com/input-output-hk/daedalus/pull/2899))

### Chores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,15 @@
line-height: 48px;
margin-left: 10px;
padding: 0 20px;
width: 118px;
width: auto;

& > span {
display: flex;
margin-right: 15px;

&:last-child {
margin-right: 0;
}
}

button {
Expand Down

0 comments on commit 0c3c6e3

Please sign in to comment.