* Resolved issue #705.
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -533,7 +533,7 @@
|
||||
{
|
||||
$storyLink = "[S] #$linkStoryID $linkStoryTitle";
|
||||
}
|
||||
echo "<li title='$linkStoryTitle'>$storyLink</li>";
|
||||
echo "<li title='$linkStoryTitle' class='linkStoryTitle'>$storyLink</li>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user