Browse Source
Task/improve user id display in admin users component (#7048)
* Do not wrap user id
* Update changelog
pull/7043/head^2
Thomas Kaul
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/admin-users/admin-users.html
|
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the styling of the checkboxes to consistently use the primary color in their states |
|
|
|
- Improved the user id display in the users table of the admin control panel |
|
|
|
|
|
|
|
## 3.11.0 - 2026-06-14 |
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
class="mat-mdc-cell px-1 py-2" |
|
|
|
mat-cell |
|
|
|
> |
|
|
|
<div class="d-flex align-items-center"> |
|
|
|
<div class="align-items-center d-flex text-nowrap"> |
|
|
|
<span |
|
|
|
class="d-none d-sm-inline-block text-monospace" |
|
|
|
[class.text-line-through]="element.role === 'INACTIVE'" |
|
|
|
|