Merge "Add horizontal scrollbar to role dropdown"

This commit is contained in:
Zuul
2021-09-21 06:04:35 +00:00
committed by Gerrit Code Review

View File

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