refactor(dsfr): all procedures table to v1.12

This commit is contained in:
Colin Darie 2024-11-05 18:23:14 +01:00
parent 8b68350e0c
commit 35a17cc2c6
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
3 changed files with 72 additions and 60 deletions

View file

@ -266,6 +266,11 @@ button.fr-tag-bug {
white-space: nowrap;
}
// Caption is bold, but all-procedures table use fr-tag in caption
.fr-table caption .fr-tag {
font-weight: normal;
}
// We remove the line height because it creates unharmonized spaces - most of all in table
.fr-tags-group > li {
line-height: inherit;