From 9b28ab402802e9848f5824b04d85cf4292f738d3 Mon Sep 17 00:00:00 2001 From: Tatiana Ovchinnikova Date: Tue, 4 May 2021 11:37:05 -0500 Subject: [PATCH] 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 --- .../static/dashboard/scss/components/_membership.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack_dashboard/static/dashboard/scss/components/_membership.scss b/openstack_dashboard/static/dashboard/scss/components/_membership.scss index cc0ad7f78c..ac03492862 100644 --- a/openstack_dashboard/static/dashboard/scss/components/_membership.scss +++ b/openstack_dashboard/static/dashboard/scss/components/_membership.scss @@ -137,6 +137,8 @@ .role_dropdown { right: 0; left: auto; + max-width: 300px; + overflow-x: auto; & > li { .fa-check {