Add a clearfix below the edit-form button

To avoid an overlap with the footer
This commit is contained in:
gregoirenovel 2018-09-12 13:09:44 +02:00
parent 20c7733a48
commit 8ec27d4348

View file

@ -11,3 +11,4 @@
.container
- if !@dossier.read_only?
= link_to "Modifier le dossier", modifier_dossier_path(@dossier), class: 'button primary edit-form'
.clearfix