Skip to content

Commit 5bb74e4

Browse files
authored
fix(login): center logo #5451
1 parent 0dcadab commit 5bb74e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Update login logo styling"
4+
}

packages/core/src/login/webview/vue/login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ export default defineComponent({
569569
.logoIcon {
570570
display: flex;
571571
flex-direction: row;
572-
justify-content: left;
572+
justify-content: center;
573573
align-items: flex-start;
574574
height: auto;
575575
}

0 commit comments

Comments
 (0)