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
parent
commit
d4610df0fe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/components/admin-users/admin-users.html

1
CHANGELOG.md

@ -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

2
apps/client/src/app/components/admin-users/admin-users.html

@ -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'"

Loading…
Cancel
Save