From 5c2fe50319ab3e45a00254814cb92fffbecc5161 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Tue, 20 Nov 2018 17:44:26 +0100 Subject: [PATCH] Fix width in manager procedure detail --- app/views/fields/mail_template_field/_show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/fields/mail_template_field/_show.html.haml b/app/views/fields/mail_template_field/_show.html.haml index e505a4989..47ffac191 100644 --- a/app/views/fields/mail_template_field/_show.html.haml +++ b/app/views/fields/mail_template_field/_show.html.haml @@ -1,7 +1,7 @@ %strong Sujet -%pre +%pre{ style: "white-space: pre-wrap;" } = field.data.subject %strong Corps -%pre +%pre{ style: "white-space: pre-wrap;" } = field.data.body