refactor(attestation): hide libelle of empty repetitions
This commit is contained in:
parent
9f9720d65b
commit
247bb6f8c6
4 changed files with 33 additions and 5 deletions
|
@ -181,11 +181,17 @@
|
|||
|
||||
.tdc-repetition li {
|
||||
margin-bottom: 5mm;
|
||||
padding-left: 3mm;
|
||||
|
||||
dl {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
gap: 1mm 5mm;
|
||||
gap: 1mm 10mm;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue