Skip to content

Commit

Permalink
Fixes margin bug in DisplayWalletAccounts.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Jun 26, 2019
1 parent 8dc7e6f commit 828c2c1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@

.buttonContainer {
width: 100%;
margin-top: auto;
display: flex;
align-items: flex-end;
margin-bottom: 50px;
margin-top: 25px;
margin-top: 50px;
flex: 1;
justify-content: space-between;

Expand Down

0 comments on commit 828c2c1

Please sign in to comment.