From 35dfe8d0674af738f8f101fe9b21e32de5268716 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Wed, 12 Aug 2020 11:56:15 +0200 Subject: [PATCH] add a min-height to email --- screenless/bureau/mailroom/email.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/screenless/bureau/mailroom/email.html b/screenless/bureau/mailroom/email.html index 8071ce9..d8a96d2 100644 --- a/screenless/bureau/mailroom/email.html +++ b/screenless/bureau/mailroom/email.html @@ -17,6 +17,7 @@ #content { float: left; width: 70%; + min-height: 12em; padding-right: 3%; line-height: 0.9em; } @@ -48,22 +49,22 @@