mozilla-iam / sso-dashboard

A python flask implementation of an SSO dashboard. OIDC for authentication and message bus for alert pipelines.
Mozilla Public License 2.0
38 stars 45 forks source link

Remove app name truncation #443

Closed gene1wood closed 2 years ago

gene1wood commented 2 years ago

This changes the SSO Dashboard behavior to stop truncating app names. Instead this

This will improve accessibility and allow users to see the full name of the app without affecting the grid layout. Without this change, it's impossible for users to determine the full name of an app that is over 18 characters long (by any means). The data just isn't there.

This is what it looks like with this change

Selection_312

and this is what it looks like while being mouseovered showing the tooltip

Selection_313

gene1wood commented 2 years ago

Frustratingly this PR triggers the bug reported and fixed here in 2018 : zacharyvoase/cssmin#20

I'm working on coming up with a workaround as that repo appears to be abandoned