From febfd792ce3a63314c980cc29440cf2f127953b4 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Thu, 5 May 2022 14:41:10 +0200 Subject: propper cram support (baring some details rng) --- templates/webmail/writemail.html.ep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/webmail/writemail.html.ep') diff --git a/templates/webmail/writemail.html.ep b/templates/webmail/writemail.html.ep index 6342927..9d148c1 100644 --- a/templates/webmail/writemail.html.ep +++ b/templates/webmail/writemail.html.ep @@ -27,7 +27,8 @@ %= email_field 'back_to' %= label_for txt => ucfirst l 'content' - %= text_area body => (cols => 80) => (rows => 24) => (name => 'txt') + %# text_area body => (cols => 80) => (rows => 24) => (name => 'txt') + %= text_area body => (style => 'width: 100%') => (rows => 24) => (name => 'txt') %= label_for attach => ucfirst l 'attach file' %= file_field 'attach' -- cgit v1.2.3