minint: fix title shown twice (#77893)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-05-24 17:21:53 +02:00 committed by Corentin Sechet
parent a34ad92537
commit bbc2d2032a
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@
display: inline-block;
}
}
.form-content--body--title {
display: none;
visibility: hidden;
}