From 800f1bbb6df4a5f78ee04fa4ceeef4becdf7b4ae Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 2 Aug 2022 15:48:15 +0800 Subject: [PATCH] * Finish task #62940. --- module/story/css/edit.css | 1 + module/story/view/edit.html.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/story/css/edit.css b/module/story/css/edit.css index 325971cb2f..b85e9ddc66 100644 --- a/module/story/css/edit.css +++ b/module/story/css/edit.css @@ -1 +1,2 @@ #product_chosen .chosen-single{border-right-width:1px} +.linkStoryTitle {white-space: nowrap; text-overflow: ellipsis;} diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index fc04bc4e0b..aab61a607f 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -267,9 +267,9 @@ { foreach($story->linkStoryTitles as $linkStoryID => $linkStoryTitle) { - echo "
  • "; + echo "
  • "; echo ""; - echo ""; + echo ""; echo '
  • '; } }