Merge pull request #1151 from taigaio/enhancement/4719/itemype-in-home
Improve whether an item is an issue, story or task in a clearer waystable
commit
22842ab16c
|
@ -101,6 +101,10 @@
|
||||||
.ticket-project {
|
.ticket-project {
|
||||||
margin-right: .3rem;
|
margin-right: .3rem;
|
||||||
}
|
}
|
||||||
|
.ticket-type {
|
||||||
|
margin-left: .3rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
.ticket-project {
|
.ticket-project {
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue