From 0a1b0d051a1a7d83ad01502f8073d35ee5da95cc Mon Sep 17 00:00:00 2001 From: Nick Frazier Date: Mon, 26 Dec 2016 09:25:50 -0500 Subject: Add error to RHS reply box for messages > 4000 chars, consistent with create post and edit post errors (#4871) * functionality * CSS updates * cleanup * moved message length checks to Textbox component * cleanup --- webapp/sass/responsive/_mobile.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webapp/sass/responsive/_mobile.scss') diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index 1dcaacc60..16f0d3851 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -1073,6 +1073,11 @@ margin: .5em 0; top: 0; } + + .post-error { + top: 0; + left: 0; + } } } -- cgit v1.2.3-1-g7c22