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 3e044d2 commit 82f6e3dCopy full SHA for 82f6e3d
templates/repo/issue/milestones.tmpl
@@ -95,7 +95,7 @@
95
{{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
96
{{else}}
97
{{if .DeadlineString}}
98
- <span{{if .IsOverdue}} class="text red"{{end}}>
+ <span class="flex-text-inline {{if .IsOverdue}}text red{{end}}">
99
{{svg "octicon-calendar" 14}}
100
{{DateTime "short" .DeadlineString}}
101
</span>
0 commit comments