Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SARVESHWAR SINGH committed Aug 14, 2019
1 parent 98fff95 commit 9fd2709
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/wallet/WalletCreateDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
margin-top: 0;
}

// Seems like this is the same class name as parent, but it's different.
// This class will apply to the child Input tag.
// Unfortunately for fixing this problem we also need to carefully fix basic E2E cases, as its used there.
:global .walletPassword {
margin-right: 25px;
}
Expand Down
3 changes: 3 additions & 0 deletions app/components/wallet/WalletRestoreDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
width: 350px;
}

// Seems like this is the same class name as parent, but it's different.
// This class will apply to the child Input tag.
// Unfortunately for fixing this problem we also need to carefully fix basic E2E cases, as its used there.
:global .walletPassword {
margin-right: 25px;
}
Expand Down

0 comments on commit 9fd2709

Please sign in to comment.