Improve deadline icon location in milestone list page (#26532)

forgejo-federated-star
yp05327 11 months ago committed by GitHub
parent 3e044d2c9f
commit 82f6e3d845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@
{{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
{{else}}
{{if .DeadlineString}}
<span{{if .IsOverdue}} class="text red"{{end}}>
<span class="flex-text-inline {{if .IsOverdue}}text red{{end}}">
{{svg "octicon-calendar" 14}}
{{DateTime "short" .DeadlineString}}
</span>

Loading…
Cancel
Save