* Modify name beyond hidden style.
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -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;}
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user