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%;}