Add a clearfix below the edit-form button
To avoid an overlap with the footer
This commit is contained in:
parent
20c7733a48
commit
8ec27d4348
1 changed files with 1 additions and 0 deletions
|
@ -11,3 +11,4 @@
|
||||||
.container
|
.container
|
||||||
- if !@dossier.read_only?
|
- if !@dossier.read_only?
|
||||||
= link_to "Modifier le dossier", modifier_dossier_path(@dossier), class: 'button primary edit-form'
|
= link_to "Modifier le dossier", modifier_dossier_path(@dossier), class: 'button primary edit-form'
|
||||||
|
.clearfix
|
||||||
|
|
Loading…
Add table
Reference in a new issue