Skip to content

Commit f3efc42

Browse files
Fix dropdown.
1 parent 48a4308 commit f3efc42

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

frontend/src/app/style/_apps.scss

+14
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,22 @@
2626
.dropdown-menu {
2727
margin-bottom: 0;
2828
margin-top: 1rem !important;
29+
max-width: 15rem;;
2930
max-height: 15rem;
31+
overflow-x: visible;
3032
overflow-y: auto;
33+
34+
a {
35+
@include truncate;
36+
}
37+
}
38+
39+
&-name {
40+
@include truncate;
41+
display: inline-block;
42+
max-width: 8rem;
43+
min-width: 0;
44+
vertical-align: middle;
3145
}
3246

3347
.dropdown-toggle {

0 commit comments

Comments
 (0)