Skip to content
Snippets Groups Projects

Resolve "Customize branch name when using create branch in an issue"

2 files
+ 9
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -240,6 +240,11 @@ ul.related-merge-requests > li {
visibility: visible;
}
}
.description {
display: block;
font-weight: $gl-font-weight-bold;
}
}
.icon-container {
@@ -253,7 +258,7 @@ ul.related-merge-requests > li {
.description {
padding-left: 30px;
font-size: 13px;
font-size: 14px;
strong {
display: block;
Loading