Skip to content

Commit

Permalink
Merge pull request binary-com#40 from utkarsha-deriv/utkarsha/persona…
Browse files Browse the repository at this point in the history
…l-details-error

fix: personal details error
  • Loading branch information
amina-deriv committed Jun 4, 2024
2 parents fc10b64 + 28b8cec commit bd1b259
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/account/src/Styles/account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,13 @@ $MIN_HEIGHT_FLOATING: calc(
}
}
}

@include tablet-screen {
.dc-form-submit-error-message {
width: 100%;
justify-content: center;
}
}
}

&__trading-assessment,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
p {
padding-left: 0.8rem;

@include mobile {
@include mobile-or-tablet-screen {
line-height: 20px;
}
}

@include mobile {
@include mobile-or-tablet-screen {
padding: 0 1.6rem 1rem;
position: absolute;
bottom: 7rem;
Expand Down

0 comments on commit bd1b259

Please sign in to comment.