Add horizontal scrollbar to role dropdown

Manage members dialog has a dropdown which lists all the role names.
If a role name is long enough, it pushes all the roles to the left
and hides them partially. This patch adds horizontal scrollbar for
such cases.

Closes-Bug: #1926511

Change-Id: I1bbf3b23717f9924974920d6569e018b94e3dbe8
(cherry picked from commit 9b28ab4028)
This commit is contained in:
Tatiana Ovchinnikova 2021-05-04 11:37:05 -05:00 committed by Travis Neely
parent 774800c1b6
commit 3a6e1f15c6
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@
.role_dropdown {
right: 0;
left: auto;
max-width: 300px;
overflow-x: auto;
& > li {
.fa-check {