Merge pull request #1151 from taigaio/enhancement/4719/itemype-in-home

Improve whether an item is an issue, story or task in a clearer way
stable
David Barragán Merino 2016-11-10 14:58:52 +01:00 committed by GitHub
commit 22842ab16c
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@
.ticket-project {
margin-right: .3rem;
}
.ticket-type {
margin-left: .3rem;
text-transform: uppercase;
}
.ticket-project {
color: $gray-light;
}