Merge "Add horizontal scrollbar to role dropdown" into stable/wallaby

This commit is contained in:
Zuul 2022-05-25 16:34:10 +00:00 committed by Gerrit Code Review
commit da9b7c2fb3
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 {