From 2ed6c92f7d178482a1afc3a9bbbc8a0d8b8a689b Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Fri, 26 Jan 2018 15:26:26 +1000 Subject: [PATCH] fix css --- dist/www-bootstrap/static/style-mobile.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dist/www-bootstrap/static/style-mobile.css b/dist/www-bootstrap/static/style-mobile.css index c11d9fd..12623e4 100644 --- a/dist/www-bootstrap/static/style-mobile.css +++ b/dist/www-bootstrap/static/style-mobile.css @@ -355,16 +355,12 @@ max-width: 100%; } -.msg-reply-form textarea { - padding: 0px; - max-width: 100%; -} - .email-reply-form { max-width: 100%; } -.email-reply-form textarea { +textarea { padding: 0px; max-width: 100%; + overflow-x: none; } \ No newline at end of file