Skip to content

Commit

Permalink
[MS] Fixed vertical issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr committed Oct 31, 2024
1 parent d0fff03 commit a81912a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/views/devices/ImportRecoveryDevicePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@ async function onLoginClick(): Promise<void> {

<style lang="scss" scoped>
.recovery-content {
height: 100%;
height: auto;
width: 60vw;
max-width: var(--parsec-max-forgotten-pwd-width);
display: flex;
margin: 0 auto;
margin: auto;
flex-direction: column;
align-items: center;
gap: 2rem;
Expand Down

0 comments on commit a81912a

Please sign in to comment.