Skip to content

Commit

Permalink
#705 - Make max-height of autocomplete bigger in teams- and member se…
Browse files Browse the repository at this point in the history
…arch
  • Loading branch information
mkaeser2 committed Jan 10, 2024
1 parent 2ef0997 commit 5532f75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/style/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,9 @@ table.okr-table {
border-top-right-radius: 0 !important;
}
}

.mat-mdc-autocomplete-panel {
&.autocomplete-bigger {
max-height: 480px;
}
}

0 comments on commit 5532f75

Please sign in to comment.