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 23b7134 commit 9144726Copy full SHA for 9144726
templates/user/dashboard/milestones.tmpl
@@ -114,7 +114,7 @@
114
{{ctx.Locale.Tr "repo.milestones.closed" $closedDate}}
115
{{else}}
116
{{if .DeadlineString}}
117
- <span{{if .IsOverdue}} class="text red"{{end}}>
+ <span class="flex-text-inline {{if .IsOverdue}}text red{{end}}">
118
{{svg "octicon-calendar" 14}}
119
{{DateUtils.AbsoluteShort (.DeadlineString|DateUtils.ParseLegacy)}}
120
</span>
0 commit comments