From 7dccfba56831d5fea27bee6de314a83d75bdfa37 Mon Sep 17 00:00:00 2001 From: Joshua Barlin <jbarlin@myune.edu.au> Date: Sat, 18 Aug 2018 11:31:10 +1000 Subject: [PATCH] Style the input box --- css/core.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/core.css b/css/core.css index 878475b..e5d1df1 100644 --- a/css/core.css +++ b/css/core.css @@ -14,4 +14,8 @@ body{ } #clearer{ clear: both; +} +#input-textarea{ + height: 100%; + width: 100%; } \ No newline at end of file -- GitLab