-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Issue Summary
The Security Authentication Policy selector and modal UI are too narrow to display long policy names, which are often similar at the start. This makes it difficult to distinguish between policies and increases the risk of selecting the wrong one.
Steps to Reproduce
- Create multiple security policies with long names that begin with the same prefix
- Attempt to change a user’s policy using the current selector in the UI.
Expected Results
The policy selector and modal should display enough of each policy name (up to 40 characters before wrapping or truncation) so that users can easily distinguish between policies. The selector and modal should dynamically size to fit longer names, and not be restricted to 160px (selector) or 400px (modal) widths.
Actual Results
Policy names are cropped or wrapped prematurely due to narrow width restrictions. Policies with similar prefixes are indistinguishable in the selector, making it difficult to select the correct one.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available