Add MagicMatcher Issue list to meta box

This adds the issue list to the meta-box.

SPR-881
This commit is contained in:
Michael Große 2017-03-15 18:07:41 +01:00
commit 1f3641a828
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79
2 changed files with 20 additions and 1 deletions

View file

@ -76,6 +76,16 @@
}
}
/* + + + + + in meta box + + + + + */
#spr__tab-issues {
ul.mmissuelist {
padding-left: 0;
margin-top: 1rem;
}
}
/* + + + + + in content + + + + + */
a.jiralink {
font-size: @font-size-default;