diff --git a/module/testcase/css/edit.css b/module/testcase/css/edit.css index afb1e10177..98116880d4 100644 --- a/module/testcase/css/edit.css +++ b/module/testcase/css/edit.css @@ -6,4 +6,4 @@ .detail > table > tbody th {width: 80px !important;} [lang^=en] .detail > table > tbody th, [lang^=fr] .detail > table > tbody th {width: 100px !important;} [lang^=de] .detail > table > tbody th {width: 125px !important;} - .linkCaseTitle, .linkBugTitle {white-space: nowrap; text-overflow: ellipsis;} + .linkCaseTitle, .linkBugTitle {white-space: nowrap;} diff --git a/module/testcase/css/view.css b/module/testcase/css/view.css index 8ca4dd7af3..99c8213415 100644 --- a/module/testcase/css/view.css +++ b/module/testcase/css/view.css @@ -3,3 +3,4 @@ .case-fullscreen .main-row > .side-col {width: 0; position: relative; overflow: hidden;} .case-fullscreen .fullscreen-btn > .icon-fullscreen:before {content: '\e972';} +.linkCaseTitles, .linkBugTitles {overflow: hidden; white-space: nowrap;} diff --git a/module/testcase/view/view.html.php b/module/testcase/view/view.html.php index 2ab6245dcd..7723517c9d 100644 --- a/module/testcase/view/view.html.php +++ b/module/testcase/view/view.html.php @@ -284,7 +284,7 @@ testcase->linkCase;?> - + linkCaseTitles)) { @@ -314,7 +314,7 @@ toBugs):?> - + toBugs as $bugID => $bugTitle) {