From 5532f75cf20d749e3490f5be8d4a0dec48cec4e4 Mon Sep 17 00:00:00 2001 From: mkaeser2 Date: Wed, 10 Jan 2024 08:39:54 +0100 Subject: [PATCH] #705 - Make max-height of autocomplete bigger in teams- and member search --- frontend/src/style/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/style/styles.scss b/frontend/src/style/styles.scss index 50098db75d..553b1cb772 100644 --- a/frontend/src/style/styles.scss +++ b/frontend/src/style/styles.scss @@ -329,3 +329,9 @@ table.okr-table { border-top-right-radius: 0 !important; } } + +.mat-mdc-autocomplete-panel { + &.autocomplete-bigger { + max-height: 480px; + } +}