style: fix all procedures table borders on safari
This commit is contained in:
parent
b8ad6f44f2
commit
3c880a0849
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
%tr.procedure{ id: "procedure_#{procedure.id}" }
|
||||
%th.fr-cell--fixed{ scope: 'row' }
|
||||
%th{ scope: 'row' }
|
||||
- title = show_detail ? 'Cacher les détails de la démarche' : 'Afficher les détails de la démarche'
|
||||
- icon = show_detail ? 'fr-icon-subtract-line' : 'fr-icon-add-line'
|
||||
- params = show_detail ? {} : { show_detail: true }
|
||||
|
|
Loading…
Reference in a new issue