From f64ccc30d8b1bbd0f1347f3b2e689ebaad1652a1 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 12 Jan 2023 10:48:50 +0800 Subject: [PATCH] * Fix bug #31540. --- module/testcase/css/browse.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/testcase/css/browse.css b/module/testcase/css/browse.css index 011a343ec1..4062f4a723 100644 --- a/module/testcase/css/browse.css +++ b/module/testcase/css/browse.css @@ -3,8 +3,10 @@ body {margin-bottom: 25px;} .w-170px {width: 170px;} #createActionMenu .dropdown-menu {width: 100%;} -#caseForm table tbody tr td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} +#caseForm table tbody tr td {overflow: hidden; white-space: nowrap;} #caseForm .setting {height: 25px;} +#caseForm table tbody .c-name {overflow: hidden; padding-right: 65px;} +#caseForm table tbody .c-name a:first-child {overflow: hidden; display: inline-block; width: 100%;} .dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;} .dropdown-menu > .menu-search .input-group {width: 100%;}