Skip to content
Snippets Groups Projects

Resolve "Blocking issues MVC: (add support for issue dependencies)"

Merged Coung Ngo requested to merge 2035-add-blocking-issues-to-frontend into master
Compare and
21 files
+ 895
358
Compare changes
  • Side-by-side
  • Inline
Files
21
@@ -55,6 +55,10 @@
background-color: $gray-light;
}
.bg-white {
background-color: $white;
}
.bg-line-target-blue {
background: $line-target-blue;
}
Loading