Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-10-23 10:21:33 +0300
committerJulius Härtl <jus@bitgrid.net>2018-10-30 12:19:35 +0300
commit192324e4decc850d5def1394581a0dce2f2402d6 (patch)
treec79813f05b1836be0057b676f112e72a575d09f4 /apps/files_sharing/css
parent3313c0142df1399a038371c5265fa4b3d126b201 (diff)
Make dropdown height 6 1/2 entries
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/sharetabview.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index 246e1d48c36..526a5d39370 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -224,8 +224,8 @@
}
.ui-autocomplete {
- /* limit dropdown height to 7 entries */
- max-height: calc(36px * 7);
+ /* limit dropdown height to 6 1/2 entries */
+ max-height: calc(36px * 6.5);
overflow-y: auto;
overflow-x: hidden;
z-index: 1550 !important;