Skip to content

Commit

Permalink
feat: unset margin-top (#15826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-deriv committed Jun 28, 2024
1 parent bee7f94 commit 61764f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/account/src/Styles/account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ $MIN_HEIGHT_FLOATING: calc(
.account-form__fieldset {
margin-top: 0.8rem;
margin-bottom: 2rem;

.dc-dropdown-container {
margin-top: unset;
}
}
}
}
Expand Down

0 comments on commit 61764f2

Please sign in to comment.