Prevent split time into multiple lines for better reading

This commit is contained in:
Alfredo Sumaran 2016-02-15 16:30:17 -05:00
parent 807765b6a7
commit 4af93e0296
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
.identifier {
color: #5c5d5e;
}
.issue_created_ago {
white-space: nowrap;
}
}
.detail-page-description {