admin: fix the "Valider" button being hidden by Crisp

Fix #4021

Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
This commit is contained in:
Chaïb Martinez 2019-07-11 16:57:17 +02:00 committed by Pierre de La Morinerie
parent d968e7e6bd
commit 3f9f67eb78

View file

@ -5,5 +5,5 @@
#procedure_new.section.section-label
= form_for @procedure, url: { controller: 'admin/procedures', action: :create }, multipart: true do |f|
= render partial: 'informations', locals: { f: f }
.text-right
= f.button 'Valider', class: 'btn btn-info', id: 'save-procedure'
.text-center
= f.button 'Valider', class: 'btn btn-info btn-lg btn-block', id: 'save-procedure'