Skip to content

Commit 2ccf9a2

Browse files
committed
fix(pos-login): center username with logout button when using default logged-in components
1 parent f6852f1 commit 2ccf9a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

elements/src/components/pos-login/pos-login.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
display: flex;
33
align-items: center;
44
gap: var(--size-2);
5+
> pos-resource {
6+
display: flex;
7+
}
58
}
69
.user-data {
710
align-items: center;

0 commit comments

Comments
 (0)