Skip to content

Commit 9e1a385

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

elements/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.40.0
8+
9+
### Fixed
10+
11+
- [pos-login](https://pod-os.org/reference/elements/components/pos-login/): style adjustment: centre username with the logout button
12+
713
## 0.39.0
814

915
### Added

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)