Skip to content

Commit

Permalink
fix: 🐛 enabled style lint
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv committed Oct 4, 2023
1 parent c37a823 commit d3c2bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/account/src/Styles/account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ $MIN_HEIGHT_FLOATING: calc(
overflow: hidden;
}


&-form {
overflow: hidden;
height: 100%;
Expand Down Expand Up @@ -1844,6 +1843,8 @@ $MIN_HEIGHT_FLOATING: calc(
}
}

/* stylelint-enable */

/** @define closing-account; weak */
.closing-account {
max-width: 67.2rem;
Expand Down

0 comments on commit d3c2bc5

Please sign in to comment.