Skip to content

Commit 9144726

Browse files
kerwin612jerger
authored andcommitted
Update milestones.tmpl (go-gitea#34184)
(cherry picked from commit 5015992)
1 parent 23b7134 commit 9144726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/milestones.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
{{ctx.Locale.Tr "repo.milestones.closed" $closedDate}}
115115
{{else}}
116116
{{if .DeadlineString}}
117-
<span{{if .IsOverdue}} class="text red"{{end}}>
117+
<span class="flex-text-inline {{if .IsOverdue}}text red{{end}}">
118118
{{svg "octicon-calendar" 14}}
119119
{{DateUtils.AbsoluteShort (.DeadlineString|DateUtils.ParseLegacy)}}
120120
</span>

0 commit comments

Comments
 (0)