1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

finish create issue with milestone and assignee

This commit is contained in:
Unknwon
2015-08-10 21:47:23 +08:00
parent 09a1b2a1f5
commit 75aff60c90
13 changed files with 275 additions and 206 deletions

View File

@@ -35,6 +35,9 @@
overflow-x: auto;
}
.ui.list {
.ui.avatar.image {
border-radius: 0;
}
.hide {
display: none!important;
}
@@ -109,6 +112,9 @@
color: #000!important;
}
}
.assignee {
margin-top: -5px;
}
}
}
}