mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:16:20 +01:00
Fix Repository icon, name and label not centered vertically
Readded correct tailwind class for vertical centering Regression introduced by65e190ae8b
Fixes #3428. (cherry picked from commita278e925a1
)
This commit is contained in:
parent
7e3ff68ba9
commit
cbc9567f1d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue