From 3a2b5f06a26163e2663445e568b9f0ba087415ad Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Mon, 22 Nov 2021 11:21:46 +0000 Subject: [PATCH] Merge pull request #5820 from overleaf/ae-codemirror-editor-height [web] Set source-editor id attribute GitOrigin-RevId: 62ddc44f5de52aad9a6117e28be45f7641b1c277 --- services/web/frontend/stylesheets/app/editor.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/web/frontend/stylesheets/app/editor.less b/services/web/frontend/stylesheets/app/editor.less index 91ba6dccff..70769a641d 100644 --- a/services/web/frontend/stylesheets/app/editor.less +++ b/services/web/frontend/stylesheets/app/editor.less @@ -90,10 +90,6 @@ #editor, #editor-rich-text { .full-size; - top: 32px; -} - -#editor-rich-text { top: @editor-toolbar-height; }