From cb159d5aeed8ac0d3e5e42351190d4258449b680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=8D=8E=E4=BC=9F?= Date: Thu, 7 Apr 2022 15:22:54 +0800 Subject: [PATCH] *Fix bug#18309. --- module/my/css/managecontacts.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/my/css/managecontacts.css b/module/my/css/managecontacts.css index 82c80117ae..7dfb1d5c4f 100644 --- a/module/my/css/managecontacts.css +++ b/module/my/css/managecontacts.css @@ -1,3 +1,5 @@ body.body-modal {padding-bottom: 20px; min-height: 400px;} .side-col {padding-right: 40px; padding-top: 25px;} .btn-block {display: block; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;} +.m-my-managecontacts {height: 450px;} +.chosen-container .chosen-results {max-height: 260px;}