From e09aa803cf3905c82c29dbaa9101cc4a4639cc5a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 12:12:25 -0400 Subject: We're on Markdown now --- app/assets/stylesheets/admin/layout.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index 3adf7da..bf15b0d 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss @@ -83,6 +83,7 @@ body { #entry-form { display: flex; + height: 100%; fieldset { border: 0; @@ -143,9 +144,16 @@ body { } .body-field { + height: 100%; + label { display: none; } + + textarea { + width: 100%; + height: 100%; + } } } -- cgit 1.4.1