Merge pull request #7712 from mfo/US/fix-service-table-caption
fix(service#index): DSFR table.caption absolute positionning does works well with long captions
This commit is contained in:
commit
28e8d903b0
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
'Choix du service'] }
|
'Choix du service'] }
|
||||||
|
|
||||||
#services-index.container
|
#services-index.container
|
||||||
%h1 Liste des Services
|
%h1.fr-h1 Liste des Services
|
||||||
|
%h2.fr-h4 La démarche “#{@procedure.libelle}” peut être affectée aux services dans la liste ci-dessous
|
||||||
|
|
||||||
%table.fr-table.width-100.mt-3
|
%table.fr-table.width-100.mt-3
|
||||||
%caption La démarche “#{@procedure.libelle}” peut être affectée aux services dans la liste ci-dessous
|
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th{ scope: "col" }
|
%th{ scope: "col" }
|
||||||
|
|
Loading…
Reference in a new issue