minint: fix title shown twice (#77893) #281

Merged
csechet merged 1 commits from wip/77893-minint-titres-en-double into main 2023-05-30 15:36:26 +02:00
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;
}