Skip to content

Commit

Permalink
Merge 53d57af into 8b3350c
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Jan 11, 2021
2 parents 8b3350c + 53d57af commit 21a57d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h5 class="card-title">{% translate "Working hours" %}</h5>
<li class="list-group-item flex-column">
<div class="d-flex w-100 justify-content-between align-items-start">
<span class="mr-1">{{ item.date|date:"SHORT_DATE_FORMAT" }}</span>
<span class="flex-grow-1 mr-1">{{ item.reason }}</span>
<span class="flex-grow-1 mr-2 break-word">{{ item.reason }}</span>
<span class="text-nowrap">{{ item.hours|floatformat:1 }} {% translate "hours" %}</span>
</div>
</li>
Expand Down

0 comments on commit 21a57d4

Please sign in to comment.