Fix Repository icon, name and label not centered vertically

Readded correct tailwind class for vertical centering

Regression introduced by 65e190ae8b

Fixes #3428.
This commit is contained in:
Beowulf 2024-04-24 23:54:14 +02:00
parent 1bce2dc5c5
commit a278e925a1
No known key found for this signature in database
GPG key ID: 44225F5F2792841D

View file

@ -2,7 +2,7 @@
{{with .Repository}}
<div class="ui container">
<div class="repo-header">
<div class="flex-item gt-ac">
<div class="flex-item tw-items-center">
<div class="flex-item-leading">
{{template "repo/icon" .}}
</div>