In User Admin when you are trying to set a primary group for a user the drop-down stopped working.
Version: v2.3.0.beta9 +542
In User Admin when you are trying to set a primary group for a user the drop-down stopped working.
Version: v2.3.0.beta9 +542
This is a direct consequence of a fix we did recently to avoid very long usernames to overflow.
As a workaround, you can actually scroll on the side to see the dropdown options, we will fix this shortly.
Thanks.
Or this in your css template should fix it for now:
.display-row .value {
overflow-x: visible;
}
I reverted the commit, it should work as before now.