From e83f5fb00e98df5d698d6be104657400e8c93796 Mon Sep 17 00:00:00 2001 From: eight Date: Sun, 16 Jun 2019 23:31:19 +0800 Subject: [PATCH] Fix: single editor doesn't stretch to full height --- edit/edit.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/edit/edit.css b/edit/edit.css index 21f27057..fff0be99 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -770,6 +770,10 @@ html:not(.usercss) .usercss-only, color: #888; } +#sections .single-editor { + height: 100%; +} + #sections .single-editor, #sections > .single-editor:first-child { margin: 0;