summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/work_items.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/work_items.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/work_items.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/work_items.scss b/app/assets/stylesheets/page_bundles/work_items.scss
index 4766f124e5b..07a0cf3f367 100644
--- a/app/assets/stylesheets/page_bundles/work_items.scss
+++ b/app/assets/stylesheets/page_bundles/work_items.scss
@@ -86,3 +86,10 @@
min-width: 0;
}
}
+
+.work-item-notes {
+ .discussion-notes ul.notes li.toggle-replies-widget {
+ // offset for .timeline-content padding + an extra 1px for border width
+ margin: -5px -9px;
+ }
+}