From 34f553940cd5e9fba5ca6062333f42ba741b700a Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Sun, 24 Jul 2016 23:14:34 -0400 Subject: Fixed /send_message error/success message show up. --- assets/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets') diff --git a/assets/css/style.css b/assets/css/style.css index ab422cd..91d75c4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -466,4 +466,10 @@ section.exam-info em { .cpnl-container{ padding: 4%; +} + + +/***** Text Area for Send Message ****/ +textarea { + resize:vertical; } \ No newline at end of file -- cgit v1.2.3