jQuery UI dropdown: correct max-height of 4 1/2 entries
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
9eff298fa8
commit
3d3db5bc1a
1 changed files with 3 additions and 3 deletions
|
@ -182,9 +182,9 @@ a.showCruds:hover,a.unshare:hover {
|
|||
}
|
||||
|
||||
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
|
||||
max-height:103px;
|
||||
overflow-y:auto;
|
||||
overflow-x:hidden;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.notCreatable {
|
||||
|
|
Loading…
Reference in a new issue