We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a587bc commit 5015992Copy full SHA for 5015992
templates/user/dashboard/milestones.tmpl
@@ -116,7 +116,7 @@
116
{{ctx.Locale.Tr "repo.milestones.closed" $closedDate}}
117
{{else}}
118
{{if .DeadlineString}}
119
- <span{{if .IsOverdue}} class="text red"{{end}}>
+ <span class="flex-text-inline {{if .IsOverdue}}text red{{end}}">
120
{{svg "octicon-calendar" 14}}
121
{{DateUtils.AbsoluteShort (.DeadlineString|DateUtils.ParseLegacy)}}
122
</span>
0 commit comments