* Modify name beyond hidden style.

This commit is contained in:
tianshujie
2022-08-24 08:55:16 +08:00
parent 0036bac572
commit a63dd2500f
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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;}
+1
View File
@@ -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;}
+2 -2
View File
@@ -284,7 +284,7 @@
<?php if(!$isLibCase):?>
<tr>
<th><?php echo $lang->testcase->linkCase;?></th>
<td class='text-ellipsis'>
<td class='linkCaseTitles'>
<?php
if(isset($case->linkCaseTitles))
{
@@ -314,7 +314,7 @@
<?php endif;?>
<?php if($case->toBugs):?>
<tr>
<td class='text-ellipsis'>
<td class='linkBugTitles'>
<?php
foreach($case->toBugs as $bugID => $bugTitle)
{