Allow issue creation via UI

This commit is contained in:
2019-12-05 22:37:09 +01:00
parent d510116c4b
commit a7297e3d12
17 changed files with 310 additions and 51 deletions

View File

@ -7,6 +7,10 @@ html, body {
height: 100%;
}
.has-margin-top-normal {
margin-top: $size-normal;
}
#app {
display: flex;
flex-direction: column;