diff --git a/edit/edit.css b/edit/edit.css index 5489a7ad..e9167b2e 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -777,8 +777,9 @@ html:not(.usercss) .usercss-only, color: #888; } -#sections .single-editor, -#sections > .single-editor:first-child { +/* FIXME: remove the ID selector */ +#sections .single-editor { + height: 100%; margin: 0; padding: 0; display: flex;