* Resolved issue #705.

This commit is contained in:
tianshujie
2022-08-05 11:28:39 +08:00
parent 586474de6c
commit 06304fa5fb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,3 +6,4 @@
#legendRelated .table-data tbody>tr>th {width: 90px;}
#legendStories .list-unstyled li a {padding: 6px;}
[lang^='zh'] #legendStories .list-unstyled li a {padding: 6px 12px;}
.linkStoryTitle {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
+1 -1
View File
@@ -533,7 +533,7 @@
{
$storyLink = "[S] #$linkStoryID $linkStoryTitle";
}
echo "<li title='$linkStoryTitle'>$storyLink</li>";
echo "<li title='$linkStoryTitle' class='linkStoryTitle'>$storyLink</li>";
}
}
?>