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

This commit is contained in:
Zuul 2021-11-25 18:59:03 +00:00 committed by Gerrit Code Review
commit ab2c91efca
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 {