Increase max-width of the share autocompletion suggestions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-10-18 12:37:26 +02:00
parent 3e11515b9c
commit 5059605c99
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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;