mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Really long username breaks the activity log design #297
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peaklabs-dev on 1/11/2024
CloudPanel version(s) affected
2.4.0
Description
Add a randomly generated username, with 64 characters.
How to reproduce
Check the activity log, it completely breaks the design of the activity log.
Possible Solution
Add a max with to the activity log and collapse long usernames / wrap long usernames in a second line.
Additional Context
No response