Remove sharing height limit, since it is overwriting the server defaults

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-10-30 12:30:13 +01:00
parent 9f0168f502
commit 90711fc638
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 0 additions and 6 deletions

View File

@ -175,12 +175,6 @@ a.showCruds:hover,a.unshare:hover {
width: 90%;
}
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
max-height:103px;
overflow-y:auto;
overflow-x:hidden;
}
.notCreatable {
padding-left: 12px;
padding-top: 12px;