From 20f2479b33bc548c4736cdc1ceffde6e3af3a31d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Oct 2023 22:52:41 -0400 Subject: Added quote editing --- app/assets/stylesheets/admin/layout.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'app/assets/stylesheets/admin') diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index dbf84d2..f0017ed 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss @@ -152,6 +152,19 @@ body { height: 100%; } } + + .halfbody-field { + height: 40%; + + label { + display: none; + } + + textarea { + width: 100%; + height: 100%; + } + } } #entries { -- cgit 1.4.1