Skip to content

Commit

Permalink
Fix dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed May 22, 2024
1 parent 48a4308 commit f3efc42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontend/src/app/style/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,22 @@
.dropdown-menu {
margin-bottom: 0;
margin-top: 1rem !important;
max-width: 15rem;;
max-height: 15rem;
overflow-x: visible;
overflow-y: auto;

a {
@include truncate;
}
}

&-name {
@include truncate;
display: inline-block;
max-width: 8rem;
min-width: 0;
vertical-align: middle;
}

.dropdown-toggle {
Expand Down

0 comments on commit f3efc42

Please sign in to comment.