From 0a23eb2cf137dd620bc172a75e7757bb971a529f Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Mon, 28 Sep 2020 13:37:43 +0800 Subject: [PATCH] * Finish bug#3485. --- module/project/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/css/common.css b/module/project/css/common.css index 238fe47c85..815254a564 100644 --- a/module/project/css/common.css +++ b/module/project/css/common.css @@ -23,7 +23,7 @@ .main-table tbody > tr.table-children > td:first-child::before {width: 3px;} @-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}} -.chosen-container-single .chosen-single > span{max-width:200px;} +.chosen-container-single .chosen-single > span{max-width: 300px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;} #whitelistBox .checkbox-inline, #whitelistBox .radio-inline{margin-left: 10px; display: inline-block; padding-left: 0px; padding-right: 10px;} .main-table > .table-responsive {padding: 0 1px; background: #fff;}