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 '
  • '; } }