Increase max-width of the share autocompletion suggestions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
3e11515b9c
commit
5059605c99
1 changed files with 2 additions and 2 deletions
|
@ -224,8 +224,8 @@
|
|||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
/* limit dropdown height to 4 1/2 entries */
|
||||
max-height: calc(36px * 4.5);;
|
||||
/* limit dropdown height to 7 entries */
|
||||
max-height: calc(36px * 7);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
z-index: 1550 !important;
|
||||
|
|
Loading…
Reference in a new issue