Skip to content

Commit

Permalink
fix(login): update margin for login screen #5058
Browse files Browse the repository at this point in the history
Problem
Content in Login Page gets clipped with width is decreased beyond min width and only partial content is visible.

Solution
Update margin to auto for auth container.
  • Loading branch information
ivikash committed May 24, 2024
1 parent 020f6f7 commit b37e1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/login/webview/vue/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ export default defineComponent({
width: 260px;
/* Centers all content in to middle of page since the height is the whole screen*/
justify-content: center;
margin: auto;
}
.header {
Expand Down

0 comments on commit b37e1d8

Please sign in to comment.