From 46cc61afe7ce559f31076b8a5a86bfd3b22a6c8b Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sun, 13 Apr 2025 14:01:55 -0600 Subject: [PATCH] minor fix --- css/base.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/base.css b/css/base.css index a6dd1ec..a5e39b6 100644 --- a/css/base.css +++ b/css/base.css @@ -850,7 +850,15 @@ hr { } .full-height { - border: 1px solid red; + height: 100%; + } + + .full-height #composer { + padding-top: 15px; + } + + .full-height .form_card form textarea { + height: 300px; } .grid-2x1 {