From f25ff4605b1327fbfe61c33391b80e47f1ee3c0a Mon Sep 17 00:00:00 2001 From: wangzemei Date: Thu, 15 Sep 2022 06:10:54 +0000 Subject: [PATCH 1/6] * Finish #68935 --- module/product/view/browse.html.php | 2 ++ module/story/model.php | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index 67099b3ebe..ba33aa17a7 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -41,6 +41,8 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : ''; .btn-group a i.icon-plus, .btn-group a i.icon-link {font-size: 16px;} .btn-group a.btn-secondary, .btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.2);} .btn-group button.dropdown-toggle.btn-secondary, .btn-group button.dropdown-toggle.btn-primary {padding:6px;} +#productStoryForm #storyList .c-actions {overflow: visible;} +#productStoryForm #storyList .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #E4E4E4; margin: 0 4px 0 0;}